buckets/justfile
2025-08-21 02:50:26 +00:00

6 lines
94 B
Makefile

doc:
cargo doc --no-deps --document-private-items
build:
just doc
cargo build -r