Include repo in AppState

This commit is contained in:
Joscha 2023-08-04 16:33:46 +02:00
parent 4914b03fcd
commit 6f95d58e11
4 changed files with 1010 additions and 9 deletions

View file

@ -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"] }