wynnrobot/Cargo.toml

14 lines
323 B
TOML
Raw Normal View History

2017-12-20 19:53:58 +00:00
[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot"
2018-01-06 23:11:56 +00:00
version = "0.9.1"
2017-12-20 19:53:58 +00:00
[dependencies]
reqwest = "0.8.1"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
serenity = "0.4.5"
2018-01-01 23:07:03 +00:00
wynncraft = { git = "https://gitlab.com/Sakuhl/wynncraft" }
2018-01-03 12:47:12 +00:00
diesel = { version = "1.0", features = ["postgres"] }