feat: ✨ websocket split
This commit is contained in:
parent
16481ed7bd
commit
4a695dce40
4 changed files with 44 additions and 19 deletions
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
tokio = { version = "1.42.1", default-features = false, features = ["macros", "rt-multi-thread"] }
|
||||
axum = "0.8.3"
|
||||
tower-http = { version = "0.6.2", default-features = false, features = ["cors"]}
|
||||
fastwebsockets = { version = "0.10.0", features = ["upgrade", "with_axum"]}
|
||||
fastwebsockets = { version = "0.10.0", features = ["upgrade", "unstable-split", "with_axum"]}
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue