summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index ea2dee5..7f8b043 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,6 @@
#![recursion_limit = "1024"]
-#![feature(plugin)]
-#![plugin(rocket_codegen)]
+#![feature(decl_macro)]
extern crate clap;
extern crate chrono;
@@ -11,6 +10,7 @@ extern crate error_chain;
#[macro_use]
extern crate log;
extern crate regex;
+#[macro_use]
extern crate rocket;
extern crate rocket_contrib;
extern crate serde;