18 lines
430 B
TOML
18 lines
430 B
TOML
[package]
|
|
authors = ["FliegendeWurst <2012gdwu@web.de>", "Sakuhl <2012collector@gmail.com>"]
|
|
name = "wynncraft"
|
|
version = "0.2.0"
|
|
license = "GPL-3.0"
|
|
description = "Wynncraft API wrapper"
|
|
repository = "https://gitlab.com/Sakuhl/wynncraft"
|
|
|
|
[dependencies]
|
|
failure = "0.1.1"
|
|
reqwest = { version = "0.10.4", features = ["blocking"] }
|
|
serde = "1.0.27"
|
|
serde_derive = "1.0.27"
|
|
serde_json = "1.0.9"
|
|
|
|
[dev-dependencies]
|
|
chrono = "0.4.0"
|