refactor(replication): move config contracts into crate (#4162)

This commit is contained in:
Zhengchao An
2026-07-02 10:17:48 +08:00
committed by GitHub
parent 18b79ccc2a
commit b57820a486
10 changed files with 482 additions and 411 deletions
+3 -3
View File
@@ -30,11 +30,11 @@ byteorder.workspace = true
rmp.workspace = true
rmp-serde.workspace = true
rustfs-filemeta.workspace = true
s3s.workspace = true
serde.workspace = true
time.workspace = true
[dev-dependencies]
uuid = { workspace = true, features = ["v4"] }
url.workspace = true
uuid = { workspace = true, features = ["v4", "serde"] }
[lints]
workspace = true