aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8d46d93906a9f639c337b07b0b21ac19db7945b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "staticwiki"
version = "0.1.0"
edition = "2021"

[dependencies]
parse_mediawiki_dump = "0.1.0"
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"