refactor(replication): move mrf wire format to replication crate (#4157)

* refactor(replication): move mrf wire format to replication crate

* refactor(replication): match re-exported error variants
This commit is contained in:
Zhengchao An
2026-07-02 04:27:53 +08:00
committed by GitHub
parent 8f01012071
commit 2de38d3e5c
7 changed files with 172 additions and 40 deletions
+4
View File
@@ -29,9 +29,13 @@ documentation = "https://docs.rs/rustfs-replication/latest/rustfs_replication/"
byteorder.workspace = true
rmp.workspace = true
rmp-serde.workspace = true
rustfs-filemeta.workspace = true
serde.workspace = true
time.workspace = true
[dev-dependencies]
uuid = { workspace = true, features = ["v4"] }
[lints]
workspace = true