summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-01 21:00:26 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-01 21:00:26 +0300
commit6e9650e14d92bb114345553cabc5ba6ec5070193 (patch)
tree170044ac08d9040b67f8e3bfa4788b0921681521 /Cargo.toml
parent2ab889268425d11e8d04923576ded6477450d362 (diff)
downloadsummainrs-6e9650e14d92bb114345553cabc5ba6ec5070193.tar.gz
Add: compute SHA256
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e07127a..3d413bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ authors = ["Lars Wirzenius <liw@liw.fi>"]
[dependencies]
users = "0.7"
chrono = "0.4.6"
+crypto-hash = "0.3.1"
+hex = "0.3.2"