buckets/justfile
2025-08-21 00:30:58 -04:00

9 lines
164 B
Makefile

doc:
cargo doc --no-deps --document-private-items
build:
just doc
cargo build -r
publish-core:
cargo publish --allow-dirty --package buckets-core