podcasts/hammond-data/Cargo.toml
Jordan Petridis 74a1aae168
Upgraded diesel to 0.99 and switched from the git master into crated.io.
Also did a cargo upgrade of all the dependancies.
Notable upgrades are r2d2, lazystatic 1.0, loggerv 0.6 and rss 1.2
2017-12-02 01:39:28 +02:00

33 lines
574 B
TOML

[package]
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
name = "hammond-data"
version = "0.1.0"
workspace = "../"
[dependencies]
chrono = "0.4.0"
dotenv = "0.10.1"
error-chain = "0.11.0"
lazy_static = "1.0.0"
log = "0.3.8"
r2d2 = "0.8.1"
r2d2-diesel = "0.99.0"
rayon = "0.9.0"
reqwest = "0.8.1"
rfc822_sanitizer = "0.3.3"
rss = "1.2.1"
url = "1.6.0"
xdg = "2.1.0"
[dependencies.diesel]
features = ["sqlite"]
version = "0.99.0"
[dependencies.diesel_migrations]
features = ["sqlite"]
version = "0.99.0"
[dev-dependencies]
rand = "0.3.18"
tempdir = "0.3.5"