tawny/justfile
2025-08-20 16:19:08 +00:00

6 lines
94 B
Makefile

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