add justfile

This commit is contained in:
Terts Diepraam
2024-01-10 13:08:23 +01:00
parent fc29ec5495
commit 720a80e71a
+5
View File
@@ -0,0 +1,5 @@
check:
cargo fmt --all
cargo test --features complete
cargo clippy --all-targets --features complete --workspace -- -D warnings
cargo doc