loro/crates/loro-preload/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

[package]
name = "loro-preload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-04 03:09:32 +00:00
serde = {version="1", features=["derive"]}
2023-07-17 04:27:11 +00:00
serde_columnar = "0.2.5"
loro-common = {path="../loro-common"}
bytes = "1.4.0"