summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-09-16 12:38:50 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-09-16 12:38:50 +0200
commit555734ea066d11d0b3efb96bff84563847f0757d (patch)
tree6d46f8b8fd0c4c563f401ca326fd425c9a8af53b /Cargo.toml
parent63566cccba0c2c42af2e38d7ec0a922a60cf128d (diff)
parent1ad7f9d3a2e783a2392b5362e34930032cdffdb1 (diff)
Merge branch 'dependency-if'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71ff5e6..3332ce7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,3 +100,6 @@ funty = "=1.1.0"
# the pin here, we enforce the build to not use 1.4.0 or newer.
zeroize = ">=1.3.0, <1.4.0"
+[dev-dependencies]
+toml = "0.5"
+