wynnrobot/Cargo.toml

23 lines
428 B
TOML
Raw Normal View History

2017-12-20 19:53:58 +00:00
[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot"
2018-02-14 17:10:02 +00:00
version = "0.11.0"
2017-12-20 19:53:58 +00:00
[dependencies]
2018-02-06 11:07:37 +00:00
configure = "0.1.1"
2018-01-14 14:45:00 +00:00
failure = "0.1.1"
failure_derive = "0.1.1"
lazy_static = "1.0.0"
2017-12-20 19:53:58 +00:00
reqwest = "0.8.1"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
2018-02-03 22:47:42 +00:00
serenity = "0.4.8"
2018-01-14 14:45:00 +00:00
[dependencies.diesel]
features = ["postgres"]
version = "1.0"
[dependencies.wynncraft]
git = "https://gitlab.com/Sakuhl/wynncraft"