Add Vendored Feature (#125)

This commit is contained in:
Selyatin 2022-12-20 19:00:12 +02:00 committed by GitHub
parent 271980ff97
commit df272e9958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] }