aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-08 23:58:29 -0700
committerFuwn <[email protected]>2022-07-08 23:58:29 -0700
commit3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3 (patch)
tree13bd1dcac64e5048a45c42fc98dee3cd951cebcc /Cargo.toml
parentfix(content): site title (diff)
downloadlocus-3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3.tar.xz
locus-3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3.zip
feat(blog): rss feed for blogs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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