aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2fe11fd..f8924de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,8 @@ edition = "2021"
[dependencies]
bzip2 = "0.4.3"
-parse_wiki_text = "0.1.5"
-# peg = "0.8.1"
+
+[dependencies.parse_wiki_text]
+version = "0.1.5"
+path = "parse_wiki_text"
+