bitrot(1)

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-10-24 10:16:52 +08:00
parent 49593dd77d
commit edb1e692f1
9 changed files with 274 additions and 15 deletions
+2
View File
@@ -11,6 +11,7 @@ rust-version.workspace = true
[dependencies]
async-trait.workspace = true
backon.workspace = true
blake2 = "0.10.6"
bytes.workspace = true
common.workspace = true
glob = "0.3.1"
@@ -23,6 +24,7 @@ serde_json.workspace = true
tracing-error.workspace = true
s3s.workspace = true
http.workspace = true
highway = "1.2.0"
url.workspace = true
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }