aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c176ce4b4d0bd62239cd592348712f29eb9b0666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = "1.0"

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