summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent52f3f1fa2dd5b48e48bbe19edad2591d52eb2c31 (diff)
downloadriki-d443cc88e3a70f9b730b0017106aeeb7f91eecf2.tar.gz
some wikitext parsing
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 175abd1..4342b3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
anyhow = "1.0.52"
pandoc_ast = "0.8.0"
pulldown-cmark = "0.9.0"
+regex = "1.5.6"
structopt = "0.3.25"
thiserror = "1.0.31"
walkdir = "2.3.2"