Skip to content

Commit

Permalink
Cleanup cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 17, 2021
1 parent 5d49003 commit a9e4b0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf/Cargo.toml
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
readme = "../README.md"

[lib]
name = "phf"
Expand Down
1 change: 1 addition & 0 deletions phf_codegen/Cargo.toml
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
description = "Codegen library for PHF types"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
readme = "../README.md"

[dependencies]
phf_generator = "0.8.0"
Expand Down
1 change: 1 addition & 0 deletions phf_generator/Cargo.toml
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
description = "PHF generation logic"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
include = ["src/**/*"]

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
Expand Down
2 changes: 2 additions & 0 deletions phf_macros/Cargo.toml
Expand Up @@ -6,6 +6,8 @@ edition = "2018"
license = "MIT"
description = "Macros to generate types in the phf crate"
repository = "https://github.com/sfackler/rust-phf"
readme = "../README.md"
include = ["src/lib.rs"]

[lib]
proc-macro = true
Expand Down

0 comments on commit a9e4b0a

Please sign in to comment.