use serde::{Serialize, Deserialize}; #[derive(Serialize, Deserialize)] pub struct Bin { pub root: String, }