From d677c2d41b696ec454822e23fdfad2ccdce87a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 24 Nov 2021 17:22:10 +0100 Subject: [PATCH] Add "install" target to Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index b6428e3..61570e1 100644 --- a/Justfile +++ b/Justfile @@ -9,5 +9,8 @@ lint-fix: release: cargo build --release +install: + cargo install --path . + test: cargo test --lib --bins