Skip to content

Commit

Permalink
Allow statically linking
Browse files Browse the repository at this point in the history
Solving #118 by using `features= ["tls-vendored"]` in the toml file
  • Loading branch information
Krisa authored Jun 17, 2020
1 parent 1a729bb commit fe4d631
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 @@ -15,6 +15,7 @@ edition = "2018"
[features]
default = ["tls"]
tls = ["native-tls"]
tls-vendored = ["native-tls", "native-tls/vendored"]

[dependencies]
base64 = "0.12.0"
Expand Down

0 comments on commit fe4d631

Please sign in to comment.