mirror of
https://github.com/Revertron/Alfis.git
synced 2024-12-06 19:26:25 +01:00
Removed SSL support of HTTP and WS servers.
This commit is contained in:
+2
-2
@@ -37,8 +37,8 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
mio = { version = "0.7", features = ["os-poll", "net"] }
|
||||
derive_more = "0.99" # for DNS from hermes
|
||||
lazy_static = "1.4.0"
|
||||
tiny_http = "0.8"
|
||||
tungstenite = "0.13"
|
||||
tiny_http = { version = "0.8", default-features = false }
|
||||
tungstenite = { version = "0.13", default-features = false }
|
||||
|
||||
# Optional dependencies regulated by features
|
||||
web-view = { version = "0.7", features = [], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user