summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2018-09-25 23:45:11 -0700
committerRyan Leckey <ryan@launchbadge.com>2018-09-25 23:45:11 -0700
commit8cfde7d3c6767e39e4ca35f99f453f810f6d1926 (patch)
tree7d2e4ae3734c9c11d5d5b94bf399dfd5da3149e4 /Cargo.toml
parenta1cd868c0224f16d921a25f04cbc39cb03a5471d (diff)
Use a build config on Environment instead of a feature flag for #78
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdca1dd..7b783d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,6 @@ json = ["serde_json"]
yaml = ["yaml-rust"]
hjson = ["serde-hjson"]
ini = ["rust-ini"]
-ignore-empty-env-vars = []
[dependencies]
lazy_static = "1.0"