This commit is contained in:
2025-04-19 19:11:13 +02:00
parent 8f8016e748
commit 86bb165bf2
20 changed files with 3803 additions and 0 deletions

18
actix_mvc_app/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "actix_mvc_app"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.5.1"
actix-files = "0.6.5"
tera = "1.19.1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
env_logger = "0.11.2"
log = "0.4.21"
dotenv = "0.15.0"
chrono = { version = "0.4.35", features = ["serde"] }
config = "0.14.0"
num_cpus = "1.16.0"
futures = "0.3.30"