From 3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 8 Jul 2022 23:58:29 -0700 Subject: feat(blog): rss feed for blogs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 478c966..d0d8c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,10 @@ codegen-units = 1 [dependencies] tokio = { version = "0.2.4", features = ["full"] } # Asynchronous Runtime +chrono = "0.4.19" # Date and Time pickledb = "0.4.1" # Database tantivy = "0.17.0" # Full-text Search Engine -windmark = { version = "0.1.16", features = [ +windmark = { version = "0.1.19", features = [ "logger", "auto-deduce-mime" ] } # Gemini Server Framework -- cgit v1.2.3