Prep Cargo.toml for crate upload

This commit is contained in:
Jeremy Wall 2018-02-12 22:56:36 -06:00
parent 587b92c059
commit 50d31cb5ef

View File

@ -2,8 +2,9 @@
name = "ucg" name = "ucg"
version = "0.0.1" version = "0.0.1"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"] authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "Runs a command on user specified triggers." description = "A configuration generation grammar."
repository = "https://github.com/zaphar/ucg" repository = "https://github.com/zaphar/ucg"
documentation = "https://docs.rs/crate/ucg"
readme = "README.md" readme = "README.md"
keywords = ["compiler", "config"] keywords = ["compiler", "config"]
license = "Apache-2.0" license = "Apache-2.0"