diff options
Diffstat (limited to 'rust/src/bin')
| -rw-r--r-- | rust/src/bin/fatcatd.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs index 460246b5..b50da2be 100644 --- a/rust/src/bin/fatcatd.rs +++ b/rust/src/bin/fatcatd.rs @@ -4,12 +4,12 @@ extern crate chrono;  extern crate clap;  extern crate diesel;  //extern crate dotenv; +extern crate error_chain;  extern crate fatcat;  extern crate fatcat_api;  extern crate futures;  extern crate iron;  extern crate iron_slog; -extern crate error_chain;  #[macro_use]  extern crate slog;  extern crate slog_async; | 
