Files
cargotool/justfile
2020-12-27 22:18:13 +08:00

9 lines
79 B
Makefile

_:
@just --list
install:
cargo install --path .
publish:
cargo publish