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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bzip2 = "0.4.3"

[dependencies.parse_wiki_text]
version = "0.1.5"
path = "parse_wiki_text"