summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-06-12 10:04:00 +0300
committerLars Wirzenius <liw@liw.fi>2022-06-12 10:04:00 +0300
commita69facb842e8d93f8d16f920ec408cd24d52c7a7 (patch)
treee1516c41490fca2ab9fa1f3c10a089a5a87295ea /Cargo.toml
parentd718f62d58095b6eebb5382f132ffbabc3f732e9 (diff)
downloadriki-a69facb842e8d93f8d16f920ec408cd24d52c7a7.tar.gz
start struct for parsed site
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 c2c9afe..92c7c1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,5 @@ anyhow = "1.0.52"
pandoc_ast = "0.8.0"
pulldown-cmark = "0.9.0"
structopt = "0.3.25"
+thiserror = "1.0.31"
walkdir = "2.3.2"