chore(cargo): Add md5 crate dependency
Required for Gravatar.
This commit is contained in:
parent
18ba3eba3c
commit
405e6340f8
3 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue