17 lines
424 B
TOML
17 lines
424 B
TOML
[package]
|
|
name = "lootakalenteri-backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
diesel = { version = "2.2.9", features = ["postgres", "uuid", "r2d2", "chrono"] }
|
|
uuid = "1.8.0"
|
|
dotenvy = "0.15.7"
|
|
actix-web = "4.10.2"
|
|
env_logger = "0.11.8"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
chrono = { version = "0.4.40", features = ["serde"] }
|
|
serde_json = "1.0.51"
|
|
actix-rt = "2.10.0"
|
|
actix-cors = "0.7.1"
|