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