summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-29 00:03:08 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-29 00:03:08 -0800
commita08783561af6f1162eadf77fe74d12b2ef18e5ae (patch)
treec81de7da14e2c2de28a0954b2174881ce0d8c7a4 /Cargo.toml
parent7275ea3cd661cf499967a9c046e8fe9dfc9e7add (diff)
Add license to Cargo.toml
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 b125560..47efe52 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>"]
+license = "MIT/Apache-2.0"
[features]
default = ["toml"]