Add other db tables

This commit is contained in:
Benjamin Sherriff
2023-10-03 12:11:48 -04:00
parent 6c8a7ceefc
commit 95ede3291e
38 changed files with 247 additions and 26 deletions

View File

@@ -8,6 +8,10 @@ readme = "README.md"
license = "GPL-3.0-or-later"
[dependencies]
actix-web = "4.4.0"
actix-rt = "2.9.0"
actix-web-httpauth = "0.8.1"
chrono = { version = "0.4.31", features = ["serde"] }
dotenv = "0.15.0"
serde_json = "1.0.107"
log = "0.4.20"