minify-html/src/cfg/mod.rs

4 lines
44 B
Rust
Raw Normal View History

pub struct Cfg {
pub minify_js: bool,
}