backtrace
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2023-11-26 23:07:54 +01:00
parent 5d3160831b
commit 589f43e52e
2 changed files with 4 additions and 1 deletions

3
Cargo.lock generated
View File

@ -85,6 +85,9 @@ name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
dependencies = [
"backtrace",
]
[[package]]
name = "askama"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
anyhow = { version = "1", features = ["backtrace"] }
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3"
axum = "0.6"