1
2
3
4
#[derive(Debug, Default, Clone, Copy)]
pub struct Config {
    pub minify: bool,
}