aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-04-07 16:16:03 (UTC)
committerjan <jan@ruken.pw>2016-04-07 16:16:03 (UTC)
commit609fa1ab6351dd58a8c9cd245aeec0eaf647c9e9 (patch)
tree1ba75752cccb7a61ef32263ccbffc7e6fd46ce43 /src/main.rs
parent47cf2e6ee0489d2504a61e39e76dd88c5747694d (diff)
feature TopAnime hinzugefuegt, wird automatisch geupdated
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};