summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-04-05 21:34:10 +0100
committerNadrieril2020-04-05 21:34:10 +0100
commit251b378fd8d93ea625a739cde06675e2bbc32c2c (patch)
treedbcb8175ed3477396064590db878b890973a8d10 /dhall/Cargo.toml
parent4290615769fc26c5e4b70843e7fbfddf6359af41 (diff)
Add semantic-hash tests
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 75d38f1..ae6665e 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -22,6 +22,7 @@ pest_consume = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
serde = "1.0"
serde_cbor = "0.9.0"
+sha2 = "0.8.1"
smallvec = "1.0.0"
url = "2.1"