1#[macro_use] 2extern crate serde_derive; 3 4#[cfg(feature = "client")] 5pub mod client; 6pub mod dto;