diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" + |