From e2fa3bba9f01a6dc4667e86a00828b0db0d1eff9 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Wed, 26 Mar 2025 23:41:59 +0800 Subject: [PATCH] feat: update justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 7764956..c38e1ad 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ _: @just --list +# publish +publish: + cargo publish --registry crates-io + # install card-cli install: cargo install --path .