aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-26 14:43:04 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-26 14:43:04 +0100
commit4ca5624bd2a78d32085b9ab0ffdb5bf24840fec3 (patch)
treea0c0e9d485b75682a57887abe92616b4e7faed5c /Cargo.toml
parenteda0c12b4af72935c9fa6adef60aff754313f189 (diff)
downloadstaticwiki-4ca5624bd2a78d32085b9ab0ffdb5bf24840fec3.tar
staticwiki-4ca5624bd2a78d32085b9ab0ffdb5bf24840fec3.tar.bz2
staticwiki-4ca5624bd2a78d32085b9ab0ffdb5bf24840fec3.tar.zst
disable todo by defaultHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 137128e..8d46d93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,9 @@ edition = "2021"
[dependencies]
parse_mediawiki_dump = "0.1.0"
-parse_wiki_text = "0.1.5"
-bzip2 = "0.4.3"
-tar = "0.4.38"
-clap = { version = "4.0.0-rc.3", features = ["derive"] }
+parse_wiki_text = { path = "parse_wiki_text" }
+bzip2 = "0.5.2"
+tar = "0.4.44"
+clap = { version = "4.5.32", features = ["derive"] }
+env_logger = "0.11.7"
+log = "0.4.27"