Add the no-std crate category
This commit is contained in:
parent
f35cce229e
commit
817ef94784
|
@ -4,7 +4,7 @@ description = "Numeric traits for generic mathematics"
|
||||||
documentation = "https://docs.rs/num-traits"
|
documentation = "https://docs.rs/num-traits"
|
||||||
homepage = "https://github.com/rust-num/num-traits"
|
homepage = "https://github.com/rust-num/num-traits"
|
||||||
keywords = ["mathematics", "numerics"]
|
keywords = ["mathematics", "numerics"]
|
||||||
categories = [ "algorithms", "science" ]
|
categories = ["algorithms", "science", "no-std"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/rust-num/num-traits"
|
repository = "https://github.com/rust-num/num-traits"
|
||||||
name = "num-traits"
|
name = "num-traits"
|
||||||
|
|
Loading…
Reference in New Issue