From 3b9ebd2b4982082807d885c748cd59617e7e185a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 29 Mar 2016 20:36:05 -0700 Subject: [PATCH] Add info to phf_builder Cargo.toml --- phf_builder/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phf_builder/Cargo.toml b/phf_builder/Cargo.toml index c2023433..4a81f545 100644 --- a/phf_builder/Cargo.toml +++ b/phf_builder/Cargo.toml @@ -2,6 +2,10 @@ name = "phf_builder" version = "0.7.13" authors = ["Steven Fackler "] +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" }