1extern crate curl; 2extern crate serde_json; 3 4mod http; 5pub mod monthlies; 6pub mod winstreaks; 7pub mod winstreaks_historical; 8 9pub type Leaderboard = serde_json::Value; 10pub type Profile = serde_json::Value;