AppFlowy/shared-lib/flowy-server-sync/Cargo.toml

24 lines
711 B
TOML
Raw Normal View History

2023-01-30 03:11:19 +00:00
[package]
name = "flowy-server-sync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
revision-model = { path = "../revision-model" }
ws-model = { path = "../ws-model" }
document-model = { path = "../document-model" }
folder-model = { path = "../folder-model" }
flowy-sync = { path = "../flowy-sync" }
bytes = "1.0"
log = "0.4.14"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive", "rc"] }
lib-ot = { path = "../lib-ot" }
lib-infra = { path = "../lib-infra" }
dashmap = "5"
futures = "0.3.15"
async-stream = "0.3.2"
tracing = { version = "0.1", features = ["log"] }