aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-04-21 00:24:54 -0500
committerJorge Aparicio <jorge@japaric.io>2017-04-21 00:24:54 -0500
commit4992db78777c408a545a787e43450d4947144550 (patch)
tree3d8de8a9d209be9fd86540ae2a5601fa827f3a53 /Cargo.toml
parent0a6583ddc6909215e5db10e8df9da48cc7bffe1a (diff)
more docs, remove Ceiling / Priority / Level traits
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3304796..ff82901 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
[package]
-authors = ["Jorge Aparicio <japaricious@gmail.com>"]
+authors = [
+ "Jorge Aparicio <jorge@japaric.io>",
+ "Per Lindgren <per.lindgren@ltu.se>",
+]
build = "build.rs"
-name = "cortex-m-srp"
+name = "cortex-m-rtfm"
version = "0.1.0"
[build-dependencies]
@@ -9,9 +12,9 @@ quote = "0.3.15"
syn = "0.11.10"
[dependencies]
-cortex-m = "0.2.2"
+cortex-m = "0.2.4"
+static-ref = "0.1.0"
typenum = "1.7.0"
-static-ref = { git = "https://github.com/japaric/static-ref" }
[dev-dependencies]
compiletest_rs = "0.2.5"