summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-05 12:32:43 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-05 12:32:43 +0100
commit33a6a88756769691aaf07338a29c10fa40cb7369 (patch)
treeb3f4dfcee71da3fde6cae5913a9e901f637f3ad7 /Cargo.toml
parente4193e9afa196fdf275becb0be9ef1a08178476e (diff)
add cargo-features = ["rename-dependency"]" to Cargo.toml for compatibility with cargo 1.30
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 785b36d..b843e92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,5 @@
+cargo-features = ["rename-dependency"]
+
[package]
name = "khaleesi"
version = "0.1.0"