2019-06-13 23:56:59 +02:00
|
|
|
[package]
|
|
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
|
|
edition = "2018"
|
2019-06-18 10:31:31 +02:00
|
|
|
name = "homogeneous"
|
2019-06-13 23:56:59 +02:00
|
|
|
# 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"
|
2019-06-13 23:56:59 +02:00
|
|
|
|
2020-06-11 19:18:29 +02:00
|
|
|
[dependencies.cortex-m-rtic]
|
2019-06-13 23:56:59 +02:00
|
|
|
path = ".."
|
2019-06-18 10:31:31 +02:00
|
|
|
features = ["homogeneous"]
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
panic-halt = "0.2.0"
|