remove extern crate statements

master
Edward Shen 2019-11-09 17:13:11 -05:00
parent fa49084778
commit 2a56b0f4ad
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 2 additions and 9 deletions

View File

@ -1,16 +1,9 @@
#![forbid(unsafe_code)]
extern crate actix;
extern crate actix_web;
extern crate chrono;
extern crate env_logger;
extern crate reqwest;
extern crate ron;
extern crate serde;
extern crate tokio;
#[macro_use]
extern crate log;
#[macro_use]
extern crate tera;
extern crate ring;
#[cfg(feature = "rss_feed")]
extern crate rss;