mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
59e31c1370
make all the fields private
10 lines
346 B
JSON
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"
|
|
}
|
|
}
|