From 4ca5624bd2a78d32085b9ab0ffdb5bf24840fec3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 26 Mar 2025 14:43:04 +0100 Subject: disable todo by default --- Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2