diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-04-27 15:37:27 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-04-27 15:37:27 -0500 |
| commit | 25f959d329b75387a284915f3e1f4d27f02fc624 (patch) | |
| tree | ae18d096d415280385ed255e4e123eeeed4ea827 /Cargo.toml | |
| parent | 731dd54b5f6ec12cadbfb60d91556f52ae2e0929 (diff) | |
add categories
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,8 +3,13 @@ authors = [ "Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>", ] -build = "build.rs" +categories = ["concurrency", "embedded", "no-std"] +description = "Real Time For the Masses (RTFM), a framework for building concurrent applications, for ARM Cortex-M microcontrollers" +documentation = "https://docs.rs/cortex-m-rtfm" +keywords = ["arm", "cortex-m"] +license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" +repository = "https://github.com/japaric/cortex-m-rtfm" version = "0.1.0" [build-dependencies] |
