Compare commits
2 Commits
134159f79c
...
5a1fb0c5f9
Author | SHA1 | Date | |
---|---|---|---|
5a1fb0c5f9 | |||
f09ce128e8 |
10
Cargo.toml
10
Cargo.toml
@ -6,11 +6,11 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
askama = { version = "0.14", features = ["with-axum", "mime", "mime_guess"] }
|
||||
askama_axum = "0.5.0"
|
||||
axum = "0.8.0"
|
||||
askama = { version = "0.12", features = ["with-axum", "mime", "mime_guess"] }
|
||||
askama_axum = "0.4.0"
|
||||
axum = "0.7.3"
|
||||
chrono = { version = "0.4.31", features = ["serde"] }
|
||||
pulldown-cmark = { version = "0.13" }
|
||||
pulldown-cmark = { version = "0.12" }
|
||||
gray_matter = "0.2.6"
|
||||
rss = "2.0.7"
|
||||
serde = "1.0.195"
|
||||
@ -25,7 +25,7 @@ anyhow = "1.0.86"
|
||||
rayon = "1.10.0"
|
||||
syntect = "5.2.0"
|
||||
indoc = "2.0.5"
|
||||
askama_escape = "0.13.0"
|
||||
askama_escape = "0.10.3"
|
||||
mime_guess = "2.0.5"
|
||||
|
||||
[build]
|
||||
|
Reference in New Issue
Block a user