minify-html/src/cfg/mod.rs

4 lines
44 B
Rust

pub struct Cfg {
pub minify_js: bool,
}