Skip to content

Commit

Permalink
Cargo.toml: add aws-lc-rs feature as crypto backend (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta authored Feb 20, 2024
1 parent ff32e1e commit 6f18143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }

[features]
default = ["logging", "tls12", "ring"]
aws-lc-rs = ["rustls/aws_lc_rs"]
early-data = []
logging = ["rustls/logging"]
ring = ["rustls/ring"]
Expand Down

0 comments on commit 6f18143

Please sign in to comment.