From d16a7f4c5fcbdaadf36767e35c6de81f65b6d7dc Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 22 Sep 2015 10:04:04 -0600 Subject: [PATCH] Add documentation URL to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dff3ab0..4402bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.9.0" authors = ["Fletcher Nichol "] license = "MIT/Apache-2.0" readme = "README.md" +documentation = "http://fnichol.github.io/names/names/" repository = "https://github.com/fnichol/names.git" homepage = "https://github.com/fnichol/names.git" keywords = ["name", "random"]