Add testing flag and CORS

This commit is contained in:
Elnu 2022-07-09 12:21:08 -07:00
parent 2699a01c54
commit f6281b8820
4 changed files with 35 additions and 3 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-cors = "0.6.1"
rusqlite = { version = "0.27.0", features = ["chrono"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"