summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentd718f62d58095b6eebb5382f132ffbabc3f732e9 (diff)
downloadriki-a69facb842e8d93f8d16f920ec408cd24d52c7a7.tar.gz
start struct for parsed site
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8b6aca..92b8906 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,6 +173,7 @@ dependencies = [
"pandoc_ast",
"pulldown-cmark",
"structopt",
+ "thiserror",
"walkdir",
]
@@ -270,6 +271,26 @@ dependencies = [
]
[[package]]
+name = "thiserror"
+version = "1.0.31"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
+dependencies = [
+ "thiserror-impl",
+]
+
+[[package]]
+name = "thiserror-impl"
+version = "1.0.31"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"