Add "install" target to Justfile

This commit is contained in:
2021-11-24 17:22:10 +01:00
parent 3aecee3549
commit d677c2d41b

View File

@@ -9,5 +9,8 @@ lint-fix:
release:
cargo build --release
install:
cargo install --path .
test:
cargo test --lib --bins