summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-28 23:51:40 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-28 23:51:40 -0800
commit6b40054690b21ca8c51a9ba01a488e0c6c7f6d2c (patch)
tree8213552e9992f575f2ad2cfb87fd9e919996b32f
parent760637106cd95e543bdae59a68254bd63b1e0ad0 (diff)
Add metadata (fix)
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddf1d7e..442bdbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,13 +5,7 @@ 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"
-]
+keywords = ["config", "configuration", "settings", "env", "environment"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
[features]