From 405e6340f86b5806e865c570e3afc28a1416cf34 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 Apr 2018 13:24:32 +0200 Subject: chore(cargo): Add md5 crate dependency Required for Gravatar. --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 434bd40f3c..a3ad364304 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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; -- cgit 1.4.1