8 lines
76 B
Makefile
8 lines
76 B
Makefile
_:
|
|
@just --list
|
|
|
|
# publish
|
|
publish:
|
|
cargo publish --registry crates-io
|
|
|