diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -6,13 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -askama = { version = "0.12", features = [ - "markdown", - "with-axum", -], default-features = false } -askama_axum = "0.4" -axum = "0.7" +askama = { version = "0.14" } +axum = "0.8" chrono = { version = "0.4", default-features = false, features = ["now"] } +comrak = { version = "0.39.0", default-features = false } tokio = { version = "1.45", default-features = false, features = [ "rt-multi-thread", "macros", |