Compare commits

..

2 Commits

Author SHA1 Message Date
5a1fb0c5f9 added logo bg pulsing effect
Some checks failed
test / cargo test (push) Failing after 1m24s
2025-03-13 22:40:21 +01:00
f09ce128e8 add mastodon
Some checks failed
test / cargo test (push) Failing after 1m41s
2024-12-05 11:19:04 +01:00

View File

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