Add justfile

This commit is contained in:
Greg Shuflin 2024-10-16 14:27:30 -07:00
parent 971980da1b
commit 4483c4c12c

7
justfile Normal file
View File

@ -0,0 +1,7 @@
_default:
just --list
# Run the development version of the binary
run-dev *args:
cargo run -- {{args}}