tetratto/justfile

8 lines
122 B
Makefile
Raw Permalink Normal View History

clean-deps:
cargo upgrade -i
cargo machete
fix:
cargo fix --allow-dirty
cargo clippy --fix --allow-dirty