Commit 7acd2eab authored by amunra's avatar amunra Committed by Nugine
Browse files

s3s-fs: fix windows build

parent 14ec3e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ name = "s3s-fs"
required-features = ["binary"]

[features]
binary = ["tokio/full", "md-5/asm", "dep:clap", "dep:tracing-subscriber", "dep:hyper"]
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper"]

[dependencies]
async-trait = "0.1.68"