loro/crates/loro-internal/deno.json
Zixuan Chen 59e31c1370
refactor: provide better encapsulation for dag
make all the fields private
2024-08-16 11:40:29 +08:00

10 lines
346 B
JSON

{
"tasks": {
"test": "cargo nextest run --features test_utils",
"deny": "cargo deny check",
"fuzz": "cargo +nightly fuzz run",
"mem": "deno run -A ./scripts/run_mem.ts",
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example encoding_refactored --root",
"bench": "cargo bench --features test_utils"
}
}