Skip to content

Commit

Permalink
Reexport fred TLS features (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed May 5, 2024
1 parent 072a5bd commit 9c7522e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions redis-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,13 @@ tokio = { version = "1.32.0", features = ["full"] }
tokio-test = "0.4.3"
serde = "1"

[features]
# Enable `fred` TLS support via native-tls
enable-native-tls = ["fred/enable-native-tls"]
# Enable `fred` TLS support via rustls with the default crypto backend features
enable-rustls = ["fred/enable-rustls"]
# Enable the `openssl/vendored` feature
vendored-openssl = ["fred/vendored-openssl"]

[[example]]
name = "redis"

0 comments on commit 9c7522e

Please sign in to comment.