summaryrefslogtreecommitdiffstats
path: root/rust/libnewsboat/Cargo.toml
blob: 28b4b95c62a1bd357d3b4d63467300966b1c1359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libnewsboat"
version = "2.15.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]

[dependencies]
chrono = "0.4"
rand = "0.5"
once_cell = "0.1.6"
regex = "1.0"
url = "1.7"
dirs = "1.0.4"
backtrace = "= 0.3"
unicode-width = "0.1.5"

[dev-dependencies]
tempfile = "3"