aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c578d1..a091df4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"