aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 16 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c51a72e..3bc0347 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,21 @@ build = "build.rs"
name = "cortex-m-srp"
version = "0.1.0"
+[build-dependencies]
+quote = "0.3.15"
+syn = "0.11.10"
+
[dependencies]
-cortex-m = "0.2.0"
+cortex-m = "0.2.2"
+typenum = "1.7.0"
+
+[dev-dependencies]
+compiletest_rs = "0.2.5"
-[dependencies.vcell]
-features = ["const-fn"]
-version = "0.1.0" \ No newline at end of file
+[features]
+# Number of priority bits
+P2 = []
+P3 = []
+P4 = []
+P5 = []
+default = ["P4"]