test:get_object

This commit is contained in:
weisd
2024-07-24 16:45:23 +08:00
parent 22c85612c7
commit 1b60d05434
7 changed files with 183 additions and 40 deletions
Generated
+3
View File
@@ -1091,8 +1091,10 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"clap",
"ecstore",
"futures",
"http",
"hyper-util",
"mime",
@@ -1101,6 +1103,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"transform-stream",
]
[[package]]