mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
7 lines
118 B
JSON
7 lines
118 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"fuzz": "cargo +nightly fuzz run match",
|
||
|
"test": "cargo nextest run && cargo test --doc"
|
||
|
}
|
||
|
}
|