refactor(replication): extract resync contracts crate (#4154)

This commit is contained in:
Zhengchao An
2026-07-02 01:30:01 +08:00
committed by GitHub
parent 00e93f8267
commit e80391f1aa
14 changed files with 659 additions and 303 deletions
Generated
+12
View File
@@ -9366,6 +9366,7 @@ dependencies = [
"rustfs-object-capacity",
"rustfs-policy",
"rustfs-protos",
"rustfs-replication",
"rustfs-rio",
"rustfs-rio-v2",
"rustfs-s3-types",
@@ -9887,6 +9888,17 @@ dependencies = [
"tracing",
]
[[package]]
name = "rustfs-replication"
version = "1.0.0-beta.8"
dependencies = [
"byteorder",
"rmp",
"rmp-serde",
"serde",
"time",
]
[[package]]
name = "rustfs-rio"
version = "1.0.0-beta.8"