1
2
3
4
#[derive(Debug)]
pub struct Config {
    pub output_bnase_path: String,
}