aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-04-14 09:45:50 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-04-14 10:19:08 -0500
commita94de6bafcd95c0313e638138643f87c3b0e6aa0 (patch)
tree3a8858b1eb7936341fc3f1ed9e1cff012f245330 /Cargo.toml
parent4d8d53a20613efc27042c965765588e4c7fce46d (diff)
wrap references to resources in static-ref's Ref/RefMut
to assert that they point to `static` data
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3bc0347..3304796 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ syn = "0.11.10"
[dependencies]
cortex-m = "0.2.2"
typenum = "1.7.0"
+static-ref = { git = "https://github.com/japaric/static-ref" }
[dev-dependencies]
compiletest_rs = "0.2.5"