diff --git a/justfile b/justfile new file mode 100644 index 0000000..34f4f9a --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +# help +aa: + @just --list + +# example log +log: + cargo run --example log + +