1
2
3
4
5
6
7
8
//#![deny(unused)]
//#![cfg_attr(test, deny(warnings))]

extern crate rustc_serialize;
extern crate curl;

pub mod util;
pub mod api;