about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-11T11·24+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-11T11·24+0200
commit405e6340f86b5806e865c570e3afc28a1416cf34 (patch)
treec9de70e830f95e6ea28950c8ec9d9a52108c06fd /Cargo.toml
parent18ba3eba3c1ea53a22e824be57ad4c32e9c2564e (diff)
chore(cargo): Add md5 crate dependency
Required for Gravatar.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 284e0a70240c..45c3215c3e7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,3 +24,4 @@ serde_json = "1.0"
 hyper = "0.11"
 rand = "0.4"
 comrak = "0.2"
+md5 = "0.3.7"