|
@@ -40,7 +40,6 @@ serde = { version = "1.0", features = ["derive"] }
|
|
|
serde_repr = "0.1"
|
|
|
serde-aux = "1.0.1"
|
|
|
|
|
|
-
|
|
|
derive_more = {version = "0.99"}
|
|
|
protobuf = {version = "2.20.0"}
|
|
|
uuid = { version = "0.8", features = ["serde", "v4"] }
|
|
@@ -60,12 +59,12 @@ pin-project = "1.0.0"
|
|
|
byteorder = {version = "1.3.4"}
|
|
|
async-stream = "0.3.2"
|
|
|
|
|
|
-flowy-user-infra = { path = "../frontend/rust-lib/flowy-user-infra" }
|
|
|
-flowy-workspace-infra = { path = "../frontend/rust-lib/flowy-workspace-infra" }
|
|
|
-flowy-document-infra = { path = "../frontend/rust-lib/flowy-document-infra" }
|
|
|
-lib-ws = { path = "../frontend/rust-lib/lib-ws" }
|
|
|
-lib-ot = { path = "../frontend/rust-lib/lib-ot" }
|
|
|
-backend-service = { path = "../frontend/rust-lib/backend-service", features = ["http_server"] }
|
|
|
+flowy-user-infra = { path = "../shared-lib/flowy-user-infra" }
|
|
|
+flowy-workspace-infra = { path = "../shared-lib/flowy-workspace-infra" }
|
|
|
+flowy-document-infra = { path = "../shared-lib/flowy-document-infra" }
|
|
|
+lib-ws = { path = "../shared-lib/lib-ws" }
|
|
|
+lib-ot = { path = "../shared-lib/lib-ot" }
|
|
|
+backend-service = { path = "../shared-lib/backend-service", features = ["http_server"] }
|
|
|
|
|
|
ormx = { version = "0.7", features = ["postgres"]}
|
|
|
[dependencies.sqlx]
|
|
@@ -104,8 +103,5 @@ backend = { path = ".", features = ["flowy_test"]}
|
|
|
flowy-sdk = { path = "../frontend/rust-lib/flowy-sdk", features = ["http_server"] }
|
|
|
flowy-user = { path = "../frontend/rust-lib/flowy-user", features = ["http_server"] }
|
|
|
flowy-document = { path = "../frontend/rust-lib/flowy-document", features = ["flowy_test", "http_server"] }
|
|
|
-lib-ws = { path = "../frontend/rust-lib/lib-ws" }
|
|
|
flowy-test = { path = "../frontend/rust-lib/flowy-test" }
|
|
|
-lib-infra = { path = "../frontend/rust-lib/lib-infra" }
|
|
|
-lib-ot = { path = "../frontend/rust-lib/lib-ot" }
|
|
|
-lib-sqlite = { path = "../frontend/rust-lib/lib-sqlite" }
|
|
|
+
|