mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
添加 自定义MetaObject marshal
This commit is contained in:
Generated
+1
@@ -325,6 +325,7 @@ dependencies = [
|
|||||||
"path-clean",
|
"path-clean",
|
||||||
"reed-solomon-erasure",
|
"reed-solomon-erasure",
|
||||||
"regex",
|
"regex",
|
||||||
|
"rmp",
|
||||||
"rmp-serde",
|
"rmp-serde",
|
||||||
"s3s",
|
"s3s",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ sha2 = "0.10.8"
|
|||||||
hex-simd = "0.8.0"
|
hex-simd = "0.8.0"
|
||||||
path-clean = "1.0.1"
|
path-clean = "1.0.1"
|
||||||
tokio-stream = "0.1.15"
|
tokio-stream = "0.1.15"
|
||||||
|
rmp = "0.8.14"
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
openssl = "0.10.66"
|
openssl = "0.10.66"
|
||||||
|
|||||||
Reference in New Issue
Block a user