Add Vendored Feature (#125)

pull/1/head
Selyatin 1 year ago committed by GitHub
parent 271980ff97
commit df272e9958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tokio-native-tls/Cargo.toml

@ -25,6 +25,9 @@ categories = ["asynchronous", "network-programming"]
native-tls = "0.2"
tokio = "1.0"
[features]
vendored = ["native-tls/vendored"]
[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] }
tokio-util = { version = "0.6.0", features = ["full"] }

Loading…
Cancel
Save