summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-06-26 19:17:50 +0300
committerLars Wirzenius <liw@liw.fi>2022-06-26 19:17:50 +0300
commitd443cc88e3a70f9b730b0017106aeeb7f91eecf2 (patch)
treefec641a326304b2b0ac2de41a1cc89a1d8a5c0e0 /Cargo.lock
parent52f3f1fa2dd5b48e48bbe19edad2591d52eb2c31 (diff)
downloadriki-d443cc88e3a70f9b730b0017106aeeb7f91eecf2.tar.gz
some wikitext parsing
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 22087fa..335109a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -929,6 +929,7 @@ dependencies = [
"pandoc",
"pandoc_ast 0.8.0",
"pulldown-cmark",
+ "regex",
"serde_json",
"structopt",
"subplot-build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",