summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorfteychene2020-05-15 16:01:57 +0200
committerfteychene2020-05-15 16:01:57 +0200
commitdd79d346f7e175ac26ce0a0994b30b20061cbce7 (patch)
tree0dc23309d94cf3d9d1d5274b70766c6a00047486 /dhall/Cargo.toml
parent43b360789afbed8adb958c95bb198b1618aa5c0d (diff)
test: Add some unit tests for cache
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 fca96d0..376506f 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -29,6 +29,7 @@ url = "2.1"
[dev-dependencies]
pretty_assertions = "0.6.1"
version-sync = "0.8"
+rand = "0.7"
[build-dependencies]
walkdir = "2"