Skip to content

Commit

Permalink
chore: add capability to use vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Feb 21, 2024
1 parent 22cfb3e commit 2a5628c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true}

[features]
default = []
native-tls-vendored = ["reqwest/native-tls-vendored"]

[dependencies]
warg-crypto = { workspace = true }
warg-protocol = { workspace = true }
Expand Down

0 comments on commit 2a5628c

Please sign in to comment.