cargo-web
cargo-web copied to clipboard
`cargo web build` does not accept -vv
In cargo build
, the -vv
argument is used to print the output of build.rs
scripts as they run, which is nice for debugging. cargo web build
complains that it is an invalid argument.