about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 434bd40f3c67..a3ad3643044d 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;