From 817ef9478490fc60f368502716587df5a781141c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 8 May 2018 17:27:33 -0700 Subject: [PATCH] Add the no-std crate category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9cb6d5..b86db35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Numeric traits for generic mathematics" documentation = "https://docs.rs/num-traits" homepage = "https://github.com/rust-num/num-traits" keywords = ["mathematics", "numerics"] -categories = [ "algorithms", "science" ] +categories = ["algorithms", "science", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num-traits" name = "num-traits"