mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
2f38708a50
* test: a failed test case
* fix: tree checkout init err
* fix: export from
* chore: add cov
* fix: movable list undo/redo apply delta err
* refactor: refactor by o1-preview 🤯
* refactor: extract arguments
* test: add cov
* fix: use correct method to get was_alive for tree node
* fix: tree event was alive err
---------
Co-authored-by: Leon Zhao <leeeon233@gmail.com>
17 lines
397 B
TOML
17 lines
397 B
TOML
[package]
|
|
name = "loro-kv-store"
|
|
version = "0.16.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
loro-common = { path = "../loro-common", version = "0.16.2" }
|
|
bytes = { workspace = true }
|
|
fxhash = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
lz4_flex = { version = "0.11" }
|
|
quick_cache = "0.6.2"
|
|
xxhash-rust = { workspace = true }
|
|
ensure-cov = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5"
|