|
@@ -63,7 +63,7 @@ async-stream = "0.3.2"
|
|
|
flowy-user-infra = { path = "../rust-lib/flowy-user-infra" }
|
|
|
flowy-workspace-infra = { path = "../rust-lib/flowy-workspace-infra" }
|
|
|
flowy-document-infra = { path = "../rust-lib/flowy-document-infra" }
|
|
|
-flowy-ws = { path = "../rust-lib/flowy-ws" }
|
|
|
+flowy-ws = { path = "../rust-lib/lib-ws" }
|
|
|
flowy-ot = { path = "../rust-lib/lib-ot" }
|
|
|
flowy-net = { path = "../rust-lib/flowy-net", features = ["http_server"] }
|
|
|
|
|
@@ -104,7 +104,7 @@ flowy-sdk = { path = "../rust-lib/flowy-sdk", features = ["http_server"] }
|
|
|
flowy-user = { path = "../rust-lib/flowy-user", features = ["http_server"] }
|
|
|
flowy-document = { path = "../rust-lib/flowy-document", features = ["flowy_test", "http_server"] }
|
|
|
|
|
|
-flowy-ws = { path = "../rust-lib/flowy-ws" }
|
|
|
+flowy-ws = { path = "../rust-lib/lib-ws" }
|
|
|
flowy-test = { path = "../rust-lib/flowy-test" }
|
|
|
flowy-infra = { path = "../rust-lib/lib-infra" }
|
|
|
flowy-ot = { path = "../rust-lib/lib-ot" }
|