Skip to content

Commit

Permalink
Allow statically linking
Browse files Browse the repository at this point in the history
Solving snapview#118 by using `features= ["tls-vendored"]` in the toml file
  • Loading branch information
Krisa authored and a-miyashita committed Jul 20, 2023
1 parent 358bf4d commit f84eb5e
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 f84eb5e

Please sign in to comment.