chore: add read view info event

This commit is contained in:
appflowy
2022-06-14 08:37:44 +08:00
parent f8ec4b3e24
commit ae4cc496fc
23 changed files with 289 additions and 96 deletions

View File

@ -24,7 +24,7 @@ dyn-clone = "1.0"
derivative = "2.2.0"
serde_json = {version = "1.0"}
serde = { version = "1.0", features = ["derive"] }
dashmap = "4.0"
dashmap = "5"
#optional crate
bincode = { version = "1.3", optional = true}