mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
rename ecstore
This commit is contained in:
+20
-3
@@ -8,7 +8,24 @@ rust-version.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "rustfs"
|
||||
required-features = ["binary"]
|
||||
|
||||
|
||||
[features]
|
||||
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]
|
||||
|
||||
[dependencies]
|
||||
store = { path = "../store" }
|
||||
tracing-subscriber = { version = "0.3.18" }
|
||||
time = { workspace = true, features = ["parsing", "formatting"] }
|
||||
ecstore = { path = "../ecstore" }
|
||||
# time = { workspace = true, features = ["parsing", "formatting"] }
|
||||
# s3s = "0.10.0"
|
||||
hyper-util = { version = "0.1.5", optional = true, features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
|
||||
tokio.workspace = true
|
||||
clap = { version = "4.5.7", optional = true, features = ["derive"] }
|
||||
# tracing.workspace = true
|
||||
# tokio-util.workspace = true
|
||||
tracing-subscriber = { version = "0.3.18", optional = true, features = ["env-filter", "time"] }
|
||||
s3s = "0.10.0"
|
||||
# async-trait = "0.1.80"
|
||||
|
||||
Reference in New Issue
Block a user