Skip to content

Commit 7ba063e

Browse files
committed
Add the "no-std" category
1 parent 310e92f commit 7ba063e

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 = "A collection of numeric types and traits for Rust, including bigi
44
documentation = "https://docs.rs/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics", "bignum"]
7-
categories = [ "algorithms", "data-structures", "science" ]
7+
categories = [ "algorithms", "data-structures", "science", "no-std" ]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num"
1010
name = "num"

0 commit comments

Comments
 (0)