feat: ⚗️ experiment: rustls
This commit is contained in:
parent
0f31fd54ea
commit
68a280fc80
6 changed files with 82 additions and 10 deletions
|
@ -11,9 +11,11 @@ axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
|||
futures-util = "0.3.30"
|
||||
rand = "0.8.5"
|
||||
ringbuf = "0.3.3"
|
||||
rustls-pemfile = "2.1.2"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.114"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["rustls"] }
|
||||
tokio-rustls = "0.25.0"
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }
|
||||
tokio-util = { version = "0.7.10", features = ["full"] }
|
||||
tower-http = { version = "0.5.2", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue