diff --git a/justfile b/justfile index bf01673..36fc224 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ _: @just --list +# Install local +install: + cargo install --path . + # Default build release build: cargo build --release