6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
export RUSTFLAGS="-D warnings"
|
|
cargo watch -x 'build' \
|
|
-x 'build --features=prom' \
|
|
-x 'build --features=profile' \
|
|
-x 'build --features=prom,profile'
|