aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-04-27 15:37:27 -0500
committerJorge Aparicio <jorge@japaric.io>2017-04-27 15:37:27 -0500
commit25f959d329b75387a284915f3e1f4d27f02fc624 (patch)
treeae18d096d415280385ed255e4e123eeeed4ea827 /Cargo.toml
parent731dd54b5f6ec12cadbfb60d91556f52ae2e0929 (diff)
add categories
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff82901..33e83f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]