Why does async-tungstenite hate me?
This commit is contained in:
parent
78a0ebd18e
commit
04356f991a
8 changed files with 674 additions and 374 deletions
|
|
@ -5,8 +5,6 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
aes-gcm = "*"
|
||||
async-trait = "*"
|
||||
async-tungstenite = { version = "*" }
|
||||
axum = "*"
|
||||
base64 = "0.22.1"
|
||||
bytes = "*"
|
||||
|
|
@ -30,8 +28,9 @@ rand = "0.8"
|
|||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = { version = "*", features = ["all-widgets"]}
|
||||
reactive-rs = "*"
|
||||
aws-lc-rs = "*"
|
||||
reqwest = "0.12.23"
|
||||
rustls = { version = "*", default-features = false, features = ["ring"] }
|
||||
rustls = { version = "*", features = ["aws-lc-rs"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sha2 = "*"
|
||||
sys-info = "*"
|
||||
|
|
@ -46,3 +45,7 @@ walkdir = "2.5.0"
|
|||
warp = "*"
|
||||
x448 = { version = "*" }
|
||||
x509 = "*"
|
||||
tokio-rustls = "0.26.4"
|
||||
rustls-pemfile = "2.2.0"
|
||||
async-trait = "0.1.89"
|
||||
sha1 = "0.10.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue