loro/crates/compact-bytes/deno.json
2023-07-13 19:29:00 +08:00

6 lines
118 B
JSON

{
"tasks": {
"fuzz": "cargo +nightly fuzz run match",
"test": "cargo nextest run && cargo test --doc"
}
}