AkaiLang/justfile
2025-08-09 17:39:37 +02:00

11 lines
No EOL
108 B
Makefile

run:
cargo run
test:
cargo test --verbose
doc:
cargo doc --no-deps
fmt:
cargo fmt