Skip to content

Commit

Permalink
Add category to crates
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 25, 2022
1 parent 6cc896e commit 32a72c3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf/Cargo.toml
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
readme = "../README.md"
rust-version = "1.60"
categories = ["data-structures", "no-std"]

[lib]
name = "phf"
Expand Down
1 change: 1 addition & 0 deletions phf_codegen/Cargo.toml
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
readme = "../README.md"
rust-version = "1.60"
categories = ["data-structures"]

[dependencies]
phf_generator = "0.11.0"
Expand Down
1 change: 1 addition & 0 deletions phf_generator/Cargo.toml
Expand Up @@ -7,6 +7,7 @@ description = "PHF generation logic"
repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
rust-version = "1.60"
categories = ["data-structures"]

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
Expand Down
1 change: 1 addition & 0 deletions phf_macros/Cargo.toml
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/rust-phf/rust-phf"
readme = "../README.md"
include = ["src/lib.rs"]
rust-version = "1.60"
categories = ["data-structures"]

[lib]
proc-macro = true
Expand Down
2 changes: 2 additions & 0 deletions phf_macros_tests/Cargo.toml
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Yuki Okushi <jtitor@2k36.org>"]
edition = "2021"
rust-version = "1.60"
repository = "https://github.com/rust-phf/rust-phf"
categories = ["data-structures"]

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

Expand Down
1 change: 1 addition & 0 deletions phf_shared/Cargo.toml
Expand Up @@ -7,6 +7,7 @@ description = "Support code shared by PHF libraries"
repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
rust-version = "1.60"
categories = ["data-structures"]

[lib]
name = "phf_shared"
Expand Down

0 comments on commit 32a72c3

Please sign in to comment.