Skip to content

Commit ce7384c

Browse files
committed
Add the no-std crate category
1 parent c57d420 commit ce7384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Integer traits and functions"
44
documentation = "https://docs.rs/num-integer"
55
homepage = "https://github.com/rust-num/num-integer"
66
keywords = ["mathematics", "numerics"]
7-
categories = [ "algorithms", "science" ]
7+
categories = ["algorithms", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"

0 commit comments

Comments
 (0)