Add WIP controller websocket

This commit is contained in:
Tobias Reisinger 2023-11-22 16:28:46 +01:00
parent ee5d4e2126
commit 131bdeec78
6 changed files with 124 additions and 0 deletions

View file

@ -5,7 +5,9 @@ edition = "2018"
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
[dependencies]
actix = "0.13"
actix-web = "4.4"
actix-web-actors = "4.2"
sqlx = { version = "0.7", features = ["sqlite", "runtime-async-std", "macros", "chrono"] }