generated from alecodes/base-template
feat: add basic configuration support
This commit is contained in:
parent
8e1e366964
commit
3ff1f26cc4
6 changed files with 253 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue