Skip to content

Commit ef83e85

Browse files
committed
Add keywords and categories to subcrates too.
1 parent c87faf4 commit ef83e85

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

bigint/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ authors = ["The Rust Project Developers"]
33
description = "Big integer implementation for Rust"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
6-
keywords = ["mathematics", "numerics"]
6+
keywords = ["mathematics", "numerics", "bignum"]
7+
categories = [ "algorithms", "data-structures", "science" ]
78
license = "MIT/Apache-2.0"
89
name = "num-bigint"
910
repository = "https://github.com/rust-num/num"

complex/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Complex numbers implementation for Rust"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "algorithms", "data-structures", "science" ]
78
license = "MIT/Apache-2.0"
89
name = "num-complex"
910
repository = "https://github.com/rust-num/num"

derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Numeric syntax extensions"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "science" ]
78
license = "MIT/Apache-2.0"
89
name = "num-derive"
910
repository = "https://github.com/rust-num/num"

integer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Integer traits and functions"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "algorithms", "science" ]
78
license = "MIT/Apache-2.0"
89
repository = "https://github.com/rust-num/num"
910
name = "num-integer"

iter/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "External iterators for generic mathematics"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "algorithms", "science" ]
78
license = "MIT/Apache-2.0"
89
repository = "https://github.com/rust-num/num"
910
name = "num-iter"

macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ homepage = "https://github.com/rust-num/num"
77
repository = "https://github.com/rust-num/num"
88
documentation = "http://rust-num.github.io/num"
99
keywords = ["mathematics", "numerics"]
10+
categories = [ "science" ]
1011
description = "Numeric syntax extensions"
1112

1213
[lib]

rational/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Rational numbers implementation for Rust"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "algorithms", "data-structures", "science" ]
78
license = "MIT/Apache-2.0"
89
name = "num-rational"
910
repository = "https://github.com/rust-num/num"

traits/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Numeric traits for generic mathematics"
44
documentation = "http://rust-num.github.io/num"
55
homepage = "https://github.com/rust-num/num"
66
keywords = ["mathematics", "numerics"]
7+
categories = [ "algorithms", "science" ]
78
license = "MIT/Apache-2.0"
89
repository = "https://github.com/rust-num/num"
910
name = "num-traits"

0 commit comments

Comments
 (0)