chore(cargo): Add md5 crate dependency

Required for Gravatar.
This commit is contained in:
Vincent Ambo 2018-04-11 13:24:32 +02:00
parent 18ba3eba3c
commit 405e6340f8
3 changed files with 10 additions and 0 deletions

View file

@ -24,3 +24,4 @@ serde_json = "1.0"
hyper = "0.11"
rand = "0.4"
comrak = "0.2"
md5 = "0.3.7"