mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
f7bd2aefff
* feat: do not compress if larger after compressing * test: add related tests and ensure coverage --------- Co-authored-by: Zixuan Chen <remch183@outlook.com>
17 lines
384 B
TOML
17 lines
384 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 = "0.1.0"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5"
|