diff --git a/phf/Cargo.toml b/phf/Cargo.toml index f1a95813..47323401 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "phf" authors = ["Steven Fackler "] -version = "0.0.0" +version = "0.0.1" +license = "MIT" +description = "Runtime support for perfect hash function data structures" [lib] name = "phf" diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index bcea7c99..73196f99 100644 --- a/phf_mac/Cargo.toml +++ b/phf_mac/Cargo.toml @@ -2,7 +2,9 @@ name = "phf_mac" authors = ["Steven Fackler "] -version = "0.0.0" +version = "0.0.1" +license = "MIT" +description = "Compiler plugin for perfect hash function data structures" [lib]