9 lines
79 B
Makefile
9 lines
79 B
Makefile
_:
|
|
@just --list
|
|
|
|
install:
|
|
cargo install --path .
|
|
|
|
publish:
|
|
cargo publish
|