wynnrobot/Cargo.toml
2018-01-02 00:07:03 +01:00

13 lines
269 B
TOML

[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot"
version = "0.1.0"
[dependencies]
reqwest = "0.8.1"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
serenity = "0.4.5"
wynncraft = { git = "https://gitlab.com/Sakuhl/wynncraft" }