loro/crates/loro-preload/Cargo.toml

20 lines
638 B
TOML
Raw Normal View History

[package]
name = "loro-preload"
2024-02-16 03:30:56 +00:00
version = "0.2.0"
edition = "2021"
2023-11-12 15:23:12 +00:00
license = "MIT"
2023-11-28 13:25:58 +00:00
description = "Loro internal lib for loading data"
2024-02-16 03:25:12 +00:00
documentation = "https://docs.rs/loro/"
homepage = "https://loro.dev"
authors = ["Zixuan Chen", "Liang Zhao"]
categories = ["data-structures", "crdt", "collaborative-editing", "local-first"]
keywords = ["crdt", "local-first"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-28 13:25:58 +00:00
serde = { version = "1", features = ["derive"] }
serde_columnar = { workspace = true }
2024-02-16 03:30:56 +00:00
loro-common = { path = "../loro-common", version = "0.2.0" }
bytes = "1.4.0"