summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-06-16 14:31:25 -0700
committerGitHub <noreply@github.com>2017-06-16 14:31:25 -0700
commitb6477cf71a86a026bfd81216da23407895150366 (patch)
treef67ef09b07a4f24cfe6b1e311c38db6941288383 /Cargo.toml
parent476aa6fb674055e9df3b7dd9aced9a6d16aa3c0f (diff)
Add 'config' category to Cargo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e698173..67d6ef3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ repository = "https://github.com/mehcode/config-rs"
readme = "README.md"
keywords = ["config", "configuration", "settings", "env", "environment"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
+categories = ["config"]
license = "MIT/Apache-2.0"
[features]