summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-20 23:21:50 +0200
committerNadrieril2019-04-20 23:21:50 +0200
commit7b08af6f398ac9b6c6667382bd6c0c4570dd2918 (patch)
tree3696cd635ec36fc50d006d2cd825723d30c34999 /dhall/Cargo.toml
parent86be656790103217ab2e164ac7d7458c6f97e570 (diff)
Improve test failure ergonomics
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index d1c921f..6766204 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -21,6 +21,7 @@ dhall_generator = { path = "../dhall_generator" }
[dev-dependencies]
pretty_assertions = "0.6.1"
+stacker = "0.1.5"
[build-dependencies]
walkdir = "2"