wynnrobot/Cargo.toml

21 lines
415 B
TOML
Raw Normal View History

2017-12-20 19:53:58 +00:00
[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot"
2018-01-24 16:31:04 +00:00
version = "0.10.1"
2017-12-20 19:53:58 +00:00
[dependencies]
2018-01-14 14:45:00 +00:00
failure = "0.1.1"
failure_derive = "0.1.1"
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-01-22 13:56:37 +00:00
serenity = { version = "0.4.5", features = [] }
2018-01-14 14:45:00 +00:00
[dependencies.diesel]
features = ["postgres"]
version = "1.0"
[dependencies.wynncraft]
git = "https://gitlab.com/Sakuhl/wynncraft"