simple websocket implementation (without auth use)
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.4"
|
||||
axum = {version = "0.8.4", features = ["ws"]}
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
@@ -23,6 +23,7 @@ chrono = "0.4.42"
|
||||
anyhow = "1.0.100"
|
||||
argon2 = {version = "0.5.3"}
|
||||
rand_core = {version = "0.6.4", features = ["getrandom"]}
|
||||
futures-util = {version = "0.3.31"}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user