mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 16:16:55 +00:00
run init
This commit is contained in:
+11
-12
@@ -11,21 +11,20 @@ rust-version.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "rustfs"
|
||||
required-features = ["binary"]
|
||||
# required-features = ["binary"]
|
||||
|
||||
|
||||
[features]
|
||||
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]
|
||||
# [features]
|
||||
# binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]
|
||||
|
||||
[dependencies]
|
||||
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"] }
|
||||
time = { workspace = true, features = ["parsing", "formatting"] }
|
||||
s3s = "0.10.0"
|
||||
# async-trait = "0.1.80"
|
||||
hyper-util = { version = "0.1.5", features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
|
||||
tokio.workspace = true
|
||||
clap = { version = "4.5.7", features = ["derive"] }
|
||||
tracing.workspace = true
|
||||
tokio-util.workspace = true
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
|
||||
async-trait = "0.1.80"
|
||||
|
||||
Reference in New Issue
Block a user