rename ecstore

This commit is contained in:
weisd
2024-06-25 15:45:21 +08:00
parent 7634eea4a2
commit 0a9f06096b
19 changed files with 2844 additions and 57 deletions
+27
View File
@@ -0,0 +1,27 @@
[package]
name = "ecstore"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"
s3s = "0.10.0"
tracing.workspace = true