aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..9e50d9f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "wikiviewer"
+version = "0.1.0"
+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"] }