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

@ -16,9 +16,11 @@ extern crate failure;
extern crate actix;
extern crate actix_web;
extern crate chrono;
extern crate comrak;
extern crate env_logger;
extern crate futures;
extern crate hyper;
extern crate md5;
extern crate r2d2;
extern crate rand;
extern crate reqwest;