diff options
| author | Fuwn <[email protected]> | 2022-07-08 23:58:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-08 23:58:29 -0700 |
| commit | 3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3 (patch) | |
| tree | 13bd1dcac64e5048a45c42fc98dee3cd951cebcc /Cargo.toml | |
| parent | fix(content): site title (diff) | |
| download | locus-3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3.tar.xz locus-3634108c9f4c6e8f01e85f4b06d2a3c78f300fc3.zip | |
feat(blog): rss feed for blogs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |