rtic/heterogeneous/Cargo.toml

19 lines
354 B
TOML
Raw Permalink Normal View History

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
edition = "2018"
2019-06-18 10:31:31 +02:00
name = "heterogeneous"
# this crate is only used for testing
publish = false
version = "0.0.0-alpha.0"
[dependencies]
2019-06-18 10:31:31 +02:00
bare-metal = "0.2.4"
[dependencies.cortex-m-rtfm]
path = ".."
features = ["heterogeneous"]
[dev-dependencies]
panic-halt = "0.2.0"
microamp = "0.1.0-alpha.1"