refactor: reanme flowy-grid-data-model to grid-rev-model

This commit is contained in:
appflowy
2022-11-08 13:51:12 +08:00
parent d39b31f357
commit 130c5f8e6e
101 changed files with 170 additions and 247 deletions

View File

@ -21,7 +21,7 @@ lib-ws = { path = "../../../shared-lib/lib-ws" }
bytes = { version = "1.0" }
anyhow = "1.0"
tokio = {version = "1", features = ["sync"]}
parking_lot = "0.11"
parking_lot = "0.12.1"
strum = "0.21"
strum_macros = "0.21"
tracing = { version = "0.1", features = ["log"] }