1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 07:30:05 +08:00
Files
rust_util/justfile
2021-01-01 18:58:04 +08:00

13 lines
102 B
Makefile

_:
@just --list
# example log
log:
cargo run --example log
# publish
publish:
cargo publish