Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
minifier-0.3.1
/
src
/
main.rs
blob: 4aafce8064de0c10ed1ceae0362bfec3bc3df3a3 [
file
] [
log
] [
blame
] [
edit
]
// Take a look at the license at the top of the repository in the LICENSE file.
mod
cli
;
fn
main
()
{
cli
::
Cli
::
init
();
}