Skip to content

Commit

Permalink
Add Vendored Feature (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyatin authored Dec 20, 2022
1 parent 271980f commit df272e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokio-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit df272e9

Please sign in to comment.