Include repo in AppState
This commit is contained in:
parent
4914b03fcd
commit
6f95d58e11
4 changed files with 1010 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ 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"] }
|
||||
gix = "0.51.0"
|
||||
mime_guess = "2.0.4"
|
||||
rust-embed = "6.8.1"
|
||||
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue