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

@ -26,7 +26,7 @@ parking_lot = "0.11"
strum = "0.21"
strum_macros = "0.21"
tracing = { version = "0.1", features = ["log"] }
dashmap = {version = "4.0"}
dashmap = "5"
async-stream = "0.3.2"
futures-util = "0.3.15"
http-flowy = { git = "https://github.com/AppFlowy-IO/AppFlowy-Server", features = ["with_reqwest"] }