mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-08 21:47:41 +00:00
14 lines
328 B
TOML
14 lines
328 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 }
|