mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Feat/http server adapt (#1754)
This commit is contained in:
@ -13,13 +13,12 @@ flowy-folder = { path = "../flowy-folder", default-features = false}
|
||||
flowy-document= { path = "../flowy-document", default-features = false}
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
|
||||
flowy-sync = { path = "../flowy-sync"}
|
||||
flowy-client-sync = { path = "../flowy-client-sync"}
|
||||
lib-ot = { path = "../../../shared-lib/lib-ot" }
|
||||
lib-infra = { path = "../../../shared-lib/lib-infra" }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = {version = "1.0"}
|
||||
bincode = { version = "1.3"}
|
||||
protobuf = {version = "2.24.1"}
|
||||
claim = "0.5.0"
|
||||
tokio = { version = "1", features = ["full"]}
|
||||
@ -33,7 +32,6 @@ nanoid = "0.4.0"
|
||||
quickcheck = "1.0.3"
|
||||
quickcheck_macros = "0.9.1"
|
||||
fake = "2.4.3"
|
||||
claim = "0.4.0"
|
||||
futures = "0.3.15"
|
||||
serial_test = "0.5.1"
|
||||
|
||||
|
Reference in New Issue
Block a user