From 57d97306c8a9bdbeac8c978a9b9468b006e8f802 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 27 Dec 2020 22:18:13 +0800 Subject: [PATCH] chore: add just publish --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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