summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-19 13:37:45 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-19 13:37:45 +0100
commit0fae720eea9c3242bb23ce224d664968239c7ab0 (patch)
tree021caf82f944bf18372891551dcc6685c85b6310 /Cargo.toml
parentfe31ed72110365c29f886f38f2fcc1915401775d (diff)
config: add tests
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 999d621..0ddd37d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,3 +26,4 @@ backtrace = "0.3"
[dev-dependencies]
assert_fs = "0.10.1"
predicates = "1.0"
+maplit = "1.0.1"