Skip to content

Commit

Permalink
Add info to phf_builder Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 30, 2016
1 parent fd1a6d4 commit 3b9ebd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phf_builder/Cargo.toml
Expand Up @@ -2,6 +2,10 @@
name = "phf_builder"
version = "0.7.13"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Runtime creation of perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
documentation = "https://sfackler.github.io/rust-phf/doc/v0.7.13/phf_builder"

[dependencies]
phf = { version = "=0.7.13", path = "../phf" }
Expand Down

0 comments on commit 3b9ebd2

Please sign in to comment.