aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-18 15:14:39 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-18 15:14:39 -0500
commit1f1cf84ab41ec26ac58c31260667f97507def0d0 (patch)
tree66c402bd045e1741d3b613dbab2b526d8e49f7c7 /Cargo.toml
parente9788ff9b69a3725f39db4aa31c36946b53bea64 (diff)
add cfail tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 09acc71..443ba42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,5 +14,11 @@ version = "0.2.0"
[dependencies]
cortex-m = "0.3.0"
-cortex-m-rtfm-macros = { path = "macros" }
-static-ref = "0.2.0" \ No newline at end of file
+static-ref = "0.2.0"
+
+[dependencies.cortex-m-rtfm-macros]
+path = "macros"
+
+[dev-dependencies]
+compiletest_rs = "0.2.8"
+stm32f103xx = "0.7.1"