|
@@ -876,8 +876,8 @@ dependencies = [
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-subscriber",
|
|
@@ -937,13 +937,13 @@ dependencies = [
|
|
"lib-infra",
|
|
"lib-infra",
|
|
"lib-ot",
|
|
"lib-ot",
|
|
"log",
|
|
"log",
|
|
- "parking_lot 0.11.2",
|
|
|
|
|
|
+ "parking_lot 0.12.1",
|
|
"pin-project",
|
|
"pin-project",
|
|
"protobuf",
|
|
"protobuf",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
@@ -965,11 +965,11 @@ dependencies = [
|
|
"flowy-derive",
|
|
"flowy-derive",
|
|
"flowy-error",
|
|
"flowy-error",
|
|
"flowy-grid",
|
|
"flowy-grid",
|
|
- "flowy-grid-data-model",
|
|
|
|
"flowy-revision",
|
|
"flowy-revision",
|
|
"flowy-sync",
|
|
"flowy-sync",
|
|
"flowy-test",
|
|
"flowy-test",
|
|
"futures",
|
|
"futures",
|
|
|
|
+ "grid-rev-model",
|
|
"indexmap",
|
|
"indexmap",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
"lib-dispatch",
|
|
"lib-dispatch",
|
|
@@ -984,28 +984,13 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"serde_repr",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
"url",
|
|
"url",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "flowy-grid-data-model"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "bytes",
|
|
|
|
- "flowy-error-code",
|
|
|
|
- "indexmap",
|
|
|
|
- "lib-infra",
|
|
|
|
- "nanoid",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "serde_repr",
|
|
|
|
- "tracing",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "flowy-net"
|
|
name = "flowy-net"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -1037,8 +1022,8 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde-aux",
|
|
"serde-aux",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
@@ -1057,11 +1042,11 @@ dependencies = [
|
|
"lib-infra",
|
|
"lib-infra",
|
|
"lib-ws",
|
|
"lib-ws",
|
|
"nanoid",
|
|
"nanoid",
|
|
- "parking_lot 0.11.2",
|
|
|
|
|
|
+ "parking_lot 0.12.1",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
@@ -1078,13 +1063,13 @@ dependencies = [
|
|
"flowy-document",
|
|
"flowy-document",
|
|
"flowy-folder",
|
|
"flowy-folder",
|
|
"flowy-grid",
|
|
"flowy-grid",
|
|
- "flowy-grid-data-model",
|
|
|
|
"flowy-net",
|
|
"flowy-net",
|
|
"flowy-revision",
|
|
"flowy-revision",
|
|
"flowy-sync",
|
|
"flowy-sync",
|
|
"flowy-user",
|
|
"flowy-user",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "grid-rev-model",
|
|
"lib-dispatch",
|
|
"lib-dispatch",
|
|
"lib-infra",
|
|
"lib-infra",
|
|
"lib-log",
|
|
"lib-log",
|
|
@@ -1107,19 +1092,19 @@ dependencies = [
|
|
"dashmap",
|
|
"dashmap",
|
|
"dissimilar",
|
|
"dissimilar",
|
|
"flowy-derive",
|
|
"flowy-derive",
|
|
- "flowy-grid-data-model",
|
|
|
|
"folder-rev-model",
|
|
"folder-rev-model",
|
|
"futures",
|
|
"futures",
|
|
|
|
+ "grid-rev-model",
|
|
"lib-infra",
|
|
"lib-infra",
|
|
"lib-ot",
|
|
"lib-ot",
|
|
"log",
|
|
"log",
|
|
"md5",
|
|
"md5",
|
|
- "parking_lot 0.11.2",
|
|
|
|
|
|
+ "parking_lot 0.12.1",
|
|
"protobuf",
|
|
"protobuf",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
"url",
|
|
"url",
|
|
@@ -1188,8 +1173,8 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serial_test",
|
|
"serial_test",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
@@ -1212,8 +1197,8 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"serde_repr",
|
|
- "strum 0.24.1",
|
|
|
|
- "strum_macros 0.24.3",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1411,6 +1396,19 @@ dependencies = [
|
|
"walkdir",
|
|
"walkdir",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "grid-rev-model"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "flowy-error-code",
|
|
|
|
+ "indexmap",
|
|
|
|
+ "nanoid",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "serde_repr",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "h2"
|
|
name = "h2"
|
|
version = "0.3.10"
|
|
version = "0.3.10"
|
|
@@ -1451,12 +1449,6 @@ dependencies = [
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "heck"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
version = "0.1.19"
|
|
version = "0.1.19"
|
|
@@ -1781,8 +1773,8 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"serde_repr",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -1821,8 +1813,8 @@ dependencies = [
|
|
"paste",
|
|
"paste",
|
|
"pin-project",
|
|
"pin-project",
|
|
"protobuf",
|
|
"protobuf",
|
|
- "strum 0.21.0",
|
|
|
|
- "strum_macros 0.21.1",
|
|
|
|
|
|
+ "strum",
|
|
|
|
+ "strum_macros",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-tungstenite",
|
|
"tokio-tungstenite",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -3110,34 +3102,15 @@ version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "strum"
|
|
|
|
-version = "0.24.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "strum_macros"
|
|
name = "strum_macros"
|
|
version = "0.21.1"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "heck 0.3.3",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "strum_macros"
|
|
|
|
-version = "0.24.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
-dependencies = [
|
|
|
|
- "heck 0.4.0",
|
|
|
|
|
|
+ "heck",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "rustversion",
|
|
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|