diff --git a/justfile b/justfile new file mode 100644 index 0000000..4bcff54 --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +_default: + just --list + + +# Run the development version of the binary +run-dev *args: + cargo run -- {{args}}