mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-11 12:37:34 +02:00
ci: smarter tests (#370)
This commit is contained in:
@@ -19,3 +19,9 @@ rand = "0.8"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "1", features = ["net", "sync"] }
|
||||
tokio-tungstenite = { version = "0.18", features = ["native-tls"] }
|
||||
|
||||
[features]
|
||||
default = [ "native-tls-vendored" ]
|
||||
native-tls = [ "tokio-tungstenite/native-tls" ]
|
||||
native-tls-vendored = [ "tokio-tungstenite/native-tls-vendored" ]
|
||||
rustls-tls-webpki-roots = [ "tokio-tungstenite/rustls-tls-webpki-roots" ]
|
||||
|
||||
Reference in New Issue
Block a user