1
2
3
4
5
6
7
extern crate serde;
extern crate serde_json;

#[macro_use(Serialize, Deserialize)]
extern crate serde_derive;

pub mod events;