Files
local-mini-kms/justfile
2024-11-10 00:15:02 +08:00

13 lines
95 B
Makefile

_:
@just --list
check:
cargo check
lint:
cargo clippy
build:
cargo build --release