添加 自定义MetaObject marshal

This commit is contained in:
weisd
2024-08-12 17:55:23 +08:00
parent 49d3d77fd6
commit d1b1e896f6
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -325,6 +325,7 @@ dependencies = [
"path-clean",
"reed-solomon-erasure",
"regex",
"rmp",
"rmp-serde",
"s3s",
"serde",
+1
View File
@@ -38,6 +38,7 @@ sha2 = "0.10.8"
hex-simd = "0.8.0"
path-clean = "1.0.1"
tokio-stream = "0.1.15"
rmp = "0.8.14"
[target.'cfg(not(windows))'.dependencies]
openssl = "0.10.66"