Load config from file
This commit is contained in:
parent
6f95d58e11
commit
4f7d4f3204
5 changed files with 144 additions and 7 deletions
|
|
@ -9,11 +9,14 @@ askama = { version = "0.12.0", features = ["with-axum"] }
|
|||
askama_axum = "0.3.0"
|
||||
axum = { version = "0.6.19", features = ["macros"] }
|
||||
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
|
||||
directories = "5.0.1"
|
||||
gix = "0.51.0"
|
||||
mime_guess = "2.0.4"
|
||||
rust-embed = "6.8.1"
|
||||
serde = { version = "1.0.181", features = ["derive"] }
|
||||
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite"] }
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
toml = "0.7.6"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue