Added base libs and working on s3 api
This commit is contained in:
30
Cargo.toml
Normal file
30
Cargo.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"src/stratum-core",
|
||||
"src/stratum-storage",
|
||||
"src/stratum-metadata",
|
||||
"src/stratum-auth",
|
||||
"src/stratum-api-s3",
|
||||
"src/stratum-tiering",
|
||||
"src/stratum",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
axum = "0.8.8"
|
||||
bytes = "1.11.1"
|
||||
crc32fast = "1.5.0"
|
||||
hex = "0.4.3"
|
||||
hmac = "0.12.1"
|
||||
hyper = "1.8.1"
|
||||
md5 = "0.8.0"
|
||||
quick-xml = "0.39.2"
|
||||
reed-solomon-erasure = "6.0.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
sha2 = "0.10.9"
|
||||
sled = "0.34.7"
|
||||
tokio = "1.50.0"
|
||||
tower = "0.5.3"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
uuid = { version = "1.22.0", features = ["v4"] }
|
||||
Reference in New Issue
Block a user