fix: 调整cargo引用 & Endpoint修改

This commit is contained in:
shiro.lee
2024-06-25 23:28:05 +08:00
parent 918a263fd0
commit 2681bbd08f
8 changed files with 111 additions and 86 deletions
+12 -8
View File
@@ -9,19 +9,23 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes.workspace = true
thiserror.workspace = true
futures.workspace = true
async-trait.workspace = true
tracing.workspace = true
serde.workspace = true
anyhow.workspace = true
tokio = { workspace = true, futures = ["fs", "rt", "macros"] }
url = "2.5.2"
uuid = "1.8.0"
reed-solomon-erasure = "6.0.0"
transform-stream = "0.3.0"
bytes.workspace = true
tokio.workspace = true
thiserror.workspace = true
futures.workspace = true
anyhow = "1.0.86"
serde.workspace = true
lazy_static = "1.5.0"
regex = "1.10.5"
netif = "0.1.6"
async-trait = "0.1.80"
tracing.workspace = true
tracing-error = "0.2.0"
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }