1#[macro_use] 2extern crate serde_derive; 3 4pub mod cluster_config; 5pub mod resource; 6pub mod web_model;