Enable tungstenite by default
This commit is contained in:
parent
3ccee9f897
commit
21cb416f41
@ -22,3 +22,6 @@ thiserror = "1.0.63"
|
|||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
tungstenite = { version = "0.23.0", optional = true, features = ["rustls-tls-native-roots"] }
|
tungstenite = { version = "0.23.0", optional = true, features = ["rustls-tls-native-roots"] }
|
||||||
ureq = { version = "2.10.0", features = ["json"] }
|
ureq = { version = "2.10.0", features = ["json"] }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["tungstenite"]
|
||||||
|
Loading…
Reference in New Issue
Block a user