summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-25 15:24:55 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-09-16 12:12:16 +0200
commitb8d01488efb514511a837eaff2c678c95384dbb1 (patch)
treee48150e546df84b96d40b6c6635b51c8d15ecf5d /Cargo.toml
parentaed91a7cfcd764094bd26e3b8972b16ecb7a9189 (diff)
Add test: parsing BuildDependency
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
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"
+