summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-21 16:08:24 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-21 16:16:53 +0300
commit5368931be813819a2b4a3298ea372cdc68839ad0 (patch)
tree48887192df769e0288936982407954fa36bb4025 /Cargo.toml
parent561141e67a77195f5502acbb418dd5307a9b289c (diff)
downloadriki-5368931be813819a2b4a3298ea372cdc68839ad0.tar.gz
feat: set output HTML file mtime from "meta date" directive
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b48ed36..2b08d0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ pulldown-cmark = "0.9.0"
regex = "1.5.6"
structopt = "0.3.25"
thiserror = "1.0.31"
+time = { version = "0.3.13", features = ["macros", "parsing"] }
walkdir = "2.3.2"
[build-dependencies]