MAINT: update documentation url in toml.

This commit is contained in:
Jeremy Wall 2019-02-06 20:45:08 -06:00
parent d354d9e67d
commit dfae16ad41

View File

@ -5,7 +5,7 @@ version = "0.5.2"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"] authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "A configuration generation grammar." description = "A configuration generation grammar."
repository = "https://github.com/zaphar/ucg" repository = "https://github.com/zaphar/ucg"
documentation = "https://docs.rs/crate/ucg" documentation = "https://ucg.marzhillstudios.com"
readme = "README.md" readme = "README.md"
keywords = ["compiler", "config"] keywords = ["compiler", "config"]
license = "Apache-2.0" license = "Apache-2.0"