Skip to content

Commit 1e955f5

Browse files
committed
Cut down on categories in Cargo.toml
1 parent 3d41041 commit 1e955f5

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
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "Custom floating-point types"
77
repository = "https://github.com/sigurd4/custom_float"
88
keywords = ["float", "number", "custom", "ieee754"]
9-
categories = ["algorithms", "compression", "embedded", "encoding", "mathematics", "no-std::no-alloc", "science"]
9+
categories = ["algorithms", "compression", "mathematics", "no-std::no-alloc", "science"]
1010
exclude = ["plots"]
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)