diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-29 16:06:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-29 16:06:55 +0200 |
commit | b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a (patch) | |
tree | ed3ddb623ffead4a073d8230f31f9640d0d29e20 /Cargo.lock | |
parent | 3dbde33c6797c5522929a6b4cc3c62e9f0c27671 (diff) | |
download | staticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar staticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar.bz2 staticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar.zst |
docs
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -325,6 +325,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" [[package]] +name = "staticwiki" +version = "0.1.0" +dependencies = [ + "bzip2", + "clap", + "parse_mediawiki_dump", + "parse_wiki_text", + "tar", +] + +[[package]] name = "strsim" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -392,17 +403,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] -name = "wikiviewer" -version = "0.1.0" -dependencies = [ - "bzip2", - "clap", - "parse_mediawiki_dump", - "parse_wiki_text", - "tar", -] - -[[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" |