|
@@ -455,13 +455,13 @@ dependencies = [
|
|
|
"config",
|
|
|
"dashmap",
|
|
|
"derive_more",
|
|
|
+ "flowy-core-infra",
|
|
|
"flowy-document",
|
|
|
"flowy-document-infra",
|
|
|
"flowy-sdk",
|
|
|
"flowy-test",
|
|
|
"flowy-user",
|
|
|
"flowy-user-infra",
|
|
|
- "flowy-workspace-infra",
|
|
|
"futures",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
@@ -505,8 +505,8 @@ dependencies = [
|
|
|
"bytes",
|
|
|
"config",
|
|
|
"derive_more",
|
|
|
+ "flowy-core-infra",
|
|
|
"flowy-user-infra",
|
|
|
- "flowy-workspace-infra",
|
|
|
"hyper",
|
|
|
"lazy_static",
|
|
|
"log",
|
|
@@ -1209,11 +1209,11 @@ dependencies = [
|
|
|
"derive_more",
|
|
|
"diesel",
|
|
|
"diesel_derives",
|
|
|
+ "flowy-core-infra",
|
|
|
"flowy-database",
|
|
|
"flowy-derive",
|
|
|
"flowy-document",
|
|
|
"flowy-document-infra",
|
|
|
- "flowy-workspace-infra",
|
|
|
"futures",
|
|
|
"futures-core",
|
|
|
"lazy_static",
|
|
@@ -1232,6 +1232,23 @@ dependencies = [
|
|
|
"tracing",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "flowy-core-infra"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "chrono",
|
|
|
+ "derive_more",
|
|
|
+ "flowy-derive",
|
|
|
+ "flowy-document-infra",
|
|
|
+ "log",
|
|
|
+ "protobuf",
|
|
|
+ "strum",
|
|
|
+ "strum_macros",
|
|
|
+ "unicode-segmentation",
|
|
|
+ "uuid",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "flowy-database"
|
|
|
version = "0.1.0"
|
|
@@ -1410,23 +1427,6 @@ dependencies = [
|
|
|
"validator",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "flowy-workspace-infra"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "chrono",
|
|
|
- "derive_more",
|
|
|
- "flowy-derive",
|
|
|
- "flowy-document-infra",
|
|
|
- "log",
|
|
|
- "protobuf",
|
|
|
- "strum",
|
|
|
- "strum_macros",
|
|
|
- "unicode-segmentation",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "fnv"
|
|
|
version = "1.0.7"
|