This commit is contained in:
weisd
2024-06-24 18:14:39 +08:00
parent 86f089478d
commit 7b9d13bdd1
5 changed files with 386 additions and 1 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
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