summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-01 07:26:37 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-03 07:55:51 +0300
commit6b39def739b0f5174d6c842bd798df179541db60 (patch)
treee46e55b6a97aed6931e01da4695512735006d532 /Cargo.toml
parent65c453b9b8499eb4a273bfd6f013608b9af23844 (diff)
downloadriki-6b39def739b0f5174d6c842bd798df179541db60.tar.gz
feat: set output file modification times
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 5346b03..b6a610b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ license = "GPL-3.0-or-later"
anyhow = "1.0.52"
clap = { version = "3.2.10", features = ["derive"] }
html-escape = "0.2.11"
+libc = "0.2.126"
log = "0.4.17"
pretty_env_logger = "0.4.0"
pulldown-cmark = "0.9.0"