rtic/Cargo.toml

26 lines
425 B
TOML
Raw Permalink Normal View History

2017-03-05 06:26:14 +01:00
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
build = "build.rs"
2017-03-05 06:26:14 +01:00
name = "cortex-m-srp"
version = "0.1.0"
2017-04-10 05:42:17 +02:00
[build-dependencies]
quote = "0.3.15"
syn = "0.11.10"
[dependencies]
2017-04-10 05:42:17 +02:00
cortex-m = "0.2.2"
typenum = "1.7.0"
static-ref = { git = "https://github.com/japaric/static-ref" }
2017-04-10 05:42:17 +02:00
[dev-dependencies]
compiletest_rs = "0.2.5"
2017-04-10 05:42:17 +02:00
[features]
# Number of priority bits
P2 = []
P3 = []
P4 = []
P5 = []
default = ["P4"]