From dbd25b489892dedea4fec47689a39b13cb99dbab Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 5 Mar 2017 05:44:00 +0000 Subject: [PATCH] Add the `embedded` cargo category. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 98d2c51..2562c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://github.com/m-labs/rust-managed" repository = "https://github.com/m-labs/rust-managed.git" readme = "README.md" keywords = ["ownership"] +categories = ["embedded"] license = "0BSD" [features]