Merge pull request #130 from Krisa/patch-1

Allow statically linking
pull/132/head
Daniel Abramov 4 years ago committed by GitHub
commit 744bd87a41
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