feat: add justfile

This commit is contained in:
2025-03-27 07:37:41 +08:00
parent 60767a8d7b
commit 0c1b681e16

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
_:
@just --list
# publish
publish:
cargo publish --registry crates-io