feat: add basic configuration support

This commit is contained in:
Alexander Navarro 2025-02-26 11:53:07 -03:00
parent 8e1e366964
commit 3ff1f26cc4
6 changed files with 253 additions and 20 deletions

View file

@ -8,6 +8,7 @@ axum = { version = "0.8.1", features = ["macros"] }
axum-htmx = { version = "0.7.0", features = ["auto-vary", "serde", "guards"] }
axum-sqlx-tx = "0.10.0"
chrono = { version = "0.4.39", features = ["serde"] }
figment = { version = "0.10.19", features = ["env", "toml"] }
minijinja = { version = "2.7.0", features = ["loader"] }
minijinja-embed = "2.7.0"
notify = "8.0.0"