tetratto/justfile
2025-07-07 14:45:30 -04:00

14 lines
267 B
Makefile

clean-deps:
cargo upgrade -i
cargo machete
fix:
cargo fix --allow-dirty
cargo clippy --fix --allow-dirty
doc:
cargo doc --document-private-items --no-deps
test:
cd example && LITTLEWEB=true PORT=4119 cargo run &
cd example && cargo run