Files
gas-delivery-backend/Cargo.toml
Dennis Nemec 8419c77263 daily commit
2026-02-05 10:46:30 +01:00

22 lines
612 B
TOML

[package]
name = "delivery-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.6"
axum-keycloak-auth = "0.8.3"
chrono = "0.4.42"
log = "0.4.28"
redis = { version = "0.32.6", features = ["connection-manager", "tokio-comp"] }
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
simplelog = "0.12.2"
tokio = { version = "1.47.1", features = ["full"] }
toml = "0.9.7"
oauth2 = "5.0.0"
uuid = "1.18.1"
axum-extra = { version = "0.10.3", features = ["cookie", "typed-header", "json-deserializer"] }
base64 = "0.22.1"