aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-20 22:53:44 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-20 22:53:44 -0500
commitc7b9507a57f2ba28c18b15dd2719a1c56f74a302 (patch)
tree1fed754475cdbe4baf0d2f1445ce2777b437de31 /Cargo.toml
parent23425f2f0645cdfbf78135848fe87f733072ade3 (diff)
`Resource` trait, docs, examples and rtfm-syntax related changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d36b81e..e558f5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,16 @@ static-ref = "0.2.0"
[dependencies.cortex-m-rtfm-macros]
path = "macros"
-[dev-dependencies]
+[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
compiletest_rs = "0.2.8"
-stm32f103xx = "0.7.1"
+
+[dev-dependencies.cortex-m-rt]
+features = ["abort-on-panic"]
+version = "0.3.3"
+
+[dev-dependencies.stm32f103xx]
+features = ["rt"]
+version = "0.7.1"
+
+[profile.release]
+lto = true \ No newline at end of file