19 lines
386 B
TOML
19 lines
386 B
TOML
[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"
|