diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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" |
