summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-11-01 18:00:07 +0000
committerNadrieril2020-11-01 18:00:07 +0000
commit9b67852327aff5263a3c119c068170b2edef69f8 (patch)
treeb5398eeddd6e7633ecaa99d7df6e979ac3fba4ae /dhall/Cargo.toml
parenta4332cfbd99a5a00563090a080e9bcb0cde9e963 (diff)
Don't pollute the dhall cache directory
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 7923009..207539a 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -41,15 +41,13 @@ reqwest = { version = "0.10", features = ["blocking"], optional = true }
[dev-dependencies]
anyhow = "1.0.28"
colored-diff = "0.2.2"
+fs_extra = "1.2.0"
libtest-mimic = "0.3.0"
rand = "0.7"
version-sync = "0.9"
walkdir = "2"
[build-dependencies]
-walkdir = "2"
abnf_to_pest = { version = "^0.5.0", path = "../abnf_to_pest" }
pest_generator = "2.1.3"
quote = "1.0"
-
-