Specify arm target and disable tls for tungstenite

This commit is contained in:
Jakob Dalsgaard
2020-09-28 18:23:19 +02:00
parent a8b31136b1
commit 80fe74ead9
3 changed files with 5 additions and 158 deletions

View File

@@ -21,5 +21,6 @@ text_io = "0.1.8"
serde = { version = "*", features = ["derive"] }
serde_json = "*"
rusttype = "0.9.2"
tungstenite = "*"
tungstenite = { version = "*", default-features = false }
url = "*"