From 25f959d329b75387a284915f3e1f4d27f02fc624 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 27 Apr 2017 15:37:27 -0500 Subject: add categories --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 ", "Per Lindgren ", ] -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] -- cgit v1.2.3