Add Vendored Feature (#125)
This commit is contained in:
parent
271980ff97
commit
df272e9958
@ -25,6 +25,9 @@ categories = ["asynchronous", "network-programming"]
|
|||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
tokio = "1.0"
|
tokio = "1.0"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
vendored = ["native-tls/vendored"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] }
|
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] }
|
||||||
tokio-util = { version = "0.6.0", features = ["full"] }
|
tokio-util = { version = "0.6.0", features = ["full"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user