feat: WSS/HTTPS via Caddy TLS - client uses wss://remote.agent-helios.me
This commit is contained in:
parent
4c9f0a3239
commit
c9643c8543
2 changed files with 13 additions and 5 deletions
|
|
@ -9,7 +9,8 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.21", features = ["connect"] }
|
||||
tokio-tungstenite = { version = "0.21", features = ["connect", "native-tls"] }
|
||||
native-tls = { version = "0.2", features = [] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
helios-common = { path = "../common" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue