feat: remove dependency on socket.io
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Keeping stuff commented so we can revisit, currently just need a working version
This commit is contained in:
parent
2fb7e7781f
commit
8ec1610b2e
4 changed files with 16 additions and 21 deletions
|
@ -38,10 +38,10 @@ bindet = "0.3.2"
|
|||
bunny-api-tokio = { version = "0.4", features = ["edge_storage"], default-features = false }
|
||||
|
||||
# Web Server
|
||||
axum = { version = "0.8.4", features = ["macros", "multipart", "ws"] }
|
||||
axum = { version = "0.8.4", features = ["multipart", "ws"] }
|
||||
tower-http = { version = "0.6.6", features = ["cors"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie", "typed-header"] }
|
||||
socketioxide = { version = "0.17.2", features = ["state"] }
|
||||
#socketioxide = { version = "0.17.2", features = ["state"] }
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
time = "0.3.41"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue