26 lines
697 B
TOML
26 lines
697 B
TOML
[package]
|
|
name = "hammond"
|
|
version = "0.1.0"
|
|
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
rfc822_sanitizer = "0.1.0"
|
|
rayon = "0.8.2"
|
|
regex = "0.2"
|
|
error-chain = "0.11.0"
|
|
structopt = "0.1.0"
|
|
structopt-derive = "0.1.0"
|
|
log = "0.3.8"
|
|
loggerv = "0.3.0"
|
|
reqwest = "0.7.3"
|
|
hyper = "0.11.2"
|
|
diesel = { version = "0.16.0", features = ["sqlite", "deprecated-time", "chrono"] }
|
|
diesel_codegen = { version = "0.16.0", features = ["sqlite"] }
|
|
time = "0.1.38"
|
|
xdg = "2.1.0"
|
|
lazy_static = "0.2.8"
|
|
chrono = "0.4.0"
|
|
rss = { version = "1.1.0", features = ["from_url"]}
|
|
# overide diesel's dependancy that would otherwise turn a dotenv feature of
|
|
# that rss depends upon
|
|
dotenv = "*" |