Allow statically linking

Solving https://github.com/snapview/tungstenite-rs/issues/118 by using `features= ["tls-vendored"]` in the toml file
pull/130/head
Christophe Vidal 4 years ago committed by GitHub
parent 1a729bb362
commit fe4d631c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Cargo.toml

@ -15,6 +15,7 @@ edition = "2018"
[features]
default = ["tls"]
tls = ["native-tls"]
tls-vendored = ["native-tls", "native-tls/vendored"]
[dependencies]
base64 = "0.12.0"

Loading…
Cancel
Save