diff --git a/justfile b/justfile index 00e4ef6..3b90f09 100644 --- a/justfile +++ b/justfile @@ -3,3 +3,6 @@ _: install: cargo install --path . + +publish: + cargo publish