1
2
3
4
#[macro_use] extern crate serde_derive;
extern crate serde_yaml;

pub mod render;