add Erasure

This commit is contained in:
weisd
2024-06-24 11:47:43 +08:00
parent 85a2fbdbda
commit 233cca2555
6 changed files with 369 additions and 0 deletions
+2
View File
@@ -9,5 +9,7 @@ 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"