summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-28 23:50:20 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-28 23:50:20 -0800
commit760637106cd95e543bdae59a68254bd63b1e0ad0 (patch)
tree5ba4d4cf7e7d750cdee2682d86b08a2a8b6e85f1
parente9e97376bd3753637a3eb8943ea7003e7496d885 (diff)
Add metadata
-rw-r--r--Cargo.toml13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21d5742..ddf1d7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,17 @@
[package]
name = "config"
-version = "0.2.0"
+version = "0.2.0"5
+description = "Layered configuration system for Rust applications."
+homepage = "https://github.com/mehcode/config-rs"
+repository = "https://github.com/mehcode/config-rs"
+readme = "README.md"
+keywords = [
+ "config",
+ "configuration",
+ "settings",
+ "env",
+ "environment"
+]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
[features]