rustc/vendor/minifier-0.3.2/src/main.rs
2025-01-11 15:57:26 +01:00

8 lines
127 B
Rust

// Take a look at the license at the top of the repository in the LICENSE file.
mod cli;
fn main() {
cli::Cli::init();
}