Working on drawer

This commit is contained in:
2025-04-20 20:51:10 -04:00
parent 19ed8ef2ca
commit 06f9a96498
11 changed files with 109 additions and 427 deletions

View File

@@ -12,7 +12,6 @@ license = "GPL-3.0-or-later"
[dependencies]
actix-web = "4.10.2"
actix-cors = "0.7.1"
actix-web-httpauth = "0.8.2"
actix-multipart = "0.7.2"
chrono = { version = "0.4.40", features = ["serde"] }
dotenv = "0.15.0"
@@ -31,7 +30,4 @@ futures-util = "0.3.31"
rust-s3 = "0.35.1"
rand = "0.9.0"
rand_chacha = "0.9.0"
geo-types = "0.7.15"
byteorder = "1.5.0"
futures = "0.3.31"
moka = { version = "0.12.10", features = ["future"] }