add actix-files to the cargo.toml
All checks were successful
Build and publish the docker image / build (push) Successful in 3m15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-20 06:21:34 +03:00
parent 0cc19bf98d
commit 27665b8436
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -14,6 +14,7 @@ version = "0.1.0"
actix-http = "3.0.4" actix-http = "3.0.4"
actix-rt = "2" actix-rt = "2"
actix-web = "4.0.1" actix-web = "4.0.1"
actix-files = "0.6.6"
bincode = "1.3.3" bincode = "1.3.3"
chrono = "0.4.23" chrono = "0.4.23"
config = "0.13" config = "0.13"