feat: Implement public blog post listing and individual post viewing with new public handlers and templates, adding chrono for date formatting.
This commit is contained in:
@@ -10,6 +10,7 @@ axum = "0.8.8"
|
||||
axum-extra = { version = "0.12.5", features = ["cookie"] }
|
||||
base64 = "0.22.1"
|
||||
bcrypt = "0.18.0"
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
dotenvy = "0.15.7"
|
||||
rand = "0.10.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user