aboutsummaryrefslogtreecommitdiff
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 ef5c8e8..0880467 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,7 @@
1extern crate telegram_bot; 1extern crate telegram_bot;
2use telegram_bot::{Api, ListeningMethod, ListeningAction}; 2use telegram_bot::{Api, ListeningMethod, ListeningAction};
3extern crate rustc_serialize;
4use rustc_serialize::json;
3 5
4mod feature; 6mod feature;
5use feature::{Feature, FeatureResult}; 7use feature::{Feature, FeatureResult};