panorama/Justfile
2021-02-16 04:45:41 -06:00

5 lines
101 B
Makefile

doc:
cargo doc --document-private-items
watch:
cargo watch -x 'clippy --all --all-features'