diff --git a/phf_macros/Cargo.toml b/phf_macros/Cargo.toml index f5ef66af..714276d5 100644 --- a/phf_macros/Cargo.toml +++ b/phf_macros/Cargo.toml @@ -5,6 +5,7 @@ version = "0.6.9" license = "MIT" description = "Compiler plugin for perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" +documentation = "https://sfackler.github.io/rust-phf/doc/phf_macros" [lib] name = "phf_macros" diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index d51eef15..a1454b80 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -3,8 +3,9 @@ name = "phf_shared" authors = ["Steven Fackler "] version = "0.6.9" license = "MIT" -description = "Support code shared by phf and phf_mac" +description = "Support code shared by PHF libraries" repository = "https://github.com/sfackler/rust-phf" +documentation = "https://sfackler.github.io/rust-phf/doc/phf_shared" [lib] name = "phf_shared"