From 50d31cb5ef0189e66d6abbe11339c70a97bf8a58 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 12 Feb 2018 22:56:36 -0600 Subject: [PATCH] Prep Cargo.toml for crate upload --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b44fee..166bf11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "ucg" version = "0.0.1" authors = ["Jeremy Wall "] -description = "Runs a command on user specified triggers." +description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg" +documentation = "https://docs.rs/crate/ucg" readme = "README.md" keywords = ["compiler", "config"] license = "Apache-2.0"