cargo-uwu 0.2.1

Is supposed to uwuify cargo output
Documentation
1
2
3
4
use std::env;
fn main() {
    cargo_uwu::init(env::args());
}