Re-add tokio-tungstenite tls feature

I'm not sure how to best leave this up to the user. Probably by cloning
those features? I'll have to have a look at what tokio-tungstenite does.
This commit is contained in:
Joscha 2023-01-21 01:24:57 +01:00
parent 5805c25408
commit c1a970ae3c

View file

@ -13,11 +13,10 @@ serde_json = "1.0.89"
time = { version = "0.3.17", features = ["serde"] }
tokio = { version = "1.23.0", features = ["time", "sync", "macros", "rt"] }
tokio-stream = "0.1.11"
tokio-tungstenite = "0.18.0"
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
[dev-dependencies] # For example bot
tokio = { version = "1.23.0", features = ["rt-multi-thread"] }
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
[[example]]
name = "testbot_instance"