Skip to content

Commit

Permalink
enable ring feature on sbe-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Jul 18, 2024
1 parent b4c89df commit 6fa189f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/unftp-sbe-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs"
repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs"
readme = "README.md"

[features]
ring = ["libunftp/ring"]
aws-ls-rs = ["libunftp/aws-ls-rs"]
default = "aws-ls-rs"

[dependencies]
async-trait = "0.1.80"
cfg-if = "1.0"
cap-std = "2.0"
futures = { version = "0.3.30", default-features = false, features = ["std"] }
lazy_static = "1.4.0"
libunftp = { version = "0.20.1", path = "../../" }
libunftp = { version = "0.20.1", path = "../../", default-features = false }
path_abs = "0.5.1"
tokio = { version = "1.38.0", features = ["rt", "net", "sync", "io-util", "time", "fs"] }
tokio-stream = "0.1.15"
Expand Down

0 comments on commit 6fa189f

Please sign in to comment.