wynncraft/Cargo.toml

17 lines
339 B
TOML
Raw Normal View History

2018-01-01 23:00:14 +00:00
[package]
2018-03-02 13:22:08 +00:00
authors = ["FliegendeWurst <2012gdwu@web.de>", "Sakuhl <2012collector@gmail.com>"]
2018-01-01 23:00:14 +00:00
name = "wynncraft"
version = "0.1.0"
2018-03-02 13:26:21 +00:00
license = "GPL-3.0"
description = "Wynncraft API wrapper"
2018-01-01 23:00:14 +00:00
[dependencies]
2018-01-14 14:01:36 +00:00
failure = "0.1.1"
2018-01-01 23:00:14 +00:00
reqwest = "0.8.2"
serde = "1.0.27"
serde_derive = "1.0.27"
serde_json = "1.0.9"
2018-03-02 13:22:08 +00:00
[dev-dependencies]
2018-03-02 13:26:21 +00:00
chrono = "0.4.0"