aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-29 16:06:55 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-29 16:06:55 +0200
commitb31b6ff2ab5d94e5b6280ba3cb4db7d46267999a (patch)
treeed3ddb623ffead4a073d8230f31f9640d0d29e20 /Cargo.lock
parent3dbde33c6797c5522929a6b4cc3c62e9f0c27671 (diff)
downloadstaticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar
staticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar.bz2
staticwiki-b31b6ff2ab5d94e5b6280ba3cb4db7d46267999a.tar.zst
docs
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"