wynnrobot/Cargo.toml
2018-02-06 12:07:37 +01:00

22 lines
406 B
TOML

[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot"
version = "0.10.3"
[dependencies]
configure = "0.1.1"
failure = "0.1.1"
failure_derive = "0.1.1"
reqwest = "0.8.1"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
serenity = "0.4.8"
[dependencies.diesel]
features = ["postgres"]
version = "1.0"
[dependencies.wynncraft]
git = "https://gitlab.com/Sakuhl/wynncraft"