fix: typo in Cargo.toml

This commit is contained in:
Zynh Ludwig 2024-11-14 07:37:15 -08:00
parent 2eabf66c73
commit 1cc4a67b04

View file

@ -39,7 +39,7 @@ tower-http = { version = "0.5.0", features = ["fs", "trace", "limit"] }
tracing = "0.1.37" tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
# I want to use askama's block feature, this requries unreleased 0.13 # I want to use askama's block feature, this requires unreleased 0.13
[dependencies.askama] [dependencies.askama]
git = "https://github.com/djc/askama.git" git = "https://github.com/djc/askama.git"
features = ["with-axum"] features = ["with-axum"]