aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJJ2023-01-04 23:56:30 +0000
committerJJ2023-01-04 23:56:30 +0000
commitbaf2f93b3002c2a0769bbd53f37d845c7717d95b (patch)
tree87d561b82c6d487e8bc6ad3bc5263a114dd2fc97 /Cargo.toml
parent459b3739555fed102b139f30df7cf509e9ecb381 (diff)
pretty terrible printing implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f743eff..2fe11fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2021"
[dependencies]
bzip2 = "0.4.3"
+parse_wiki_text = "0.1.5"
+# peg = "0.8.1"