Add WIP controller websocket
This commit is contained in:
parent
ee5d4e2126
commit
131bdeec78
6 changed files with 124 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue