feat: Stream collab objects (#4361)

* feat: stream collab object

* chore: disable snapshot
This commit is contained in:
Nathan.fooo
2024-01-12 06:26:43 +08:00
committed by GitHub
parent 032a648204
commit cd82c13753
18 changed files with 235 additions and 194 deletions

View File

@ -17,4 +17,5 @@ serde_repr.workspace = true
chrono = { workspace = true, default-features = false, features = ["clock", "serde"] }
anyhow.workspace = true
tokio = { workspace = true, features = ["sync"] }
tokio-stream = "0.1.14"
tokio-stream = "0.1.14"
flowy-folder-pub.workspace = true