wynncraft/Cargo.toml

18 lines
430 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-03-02 13:28:57 +00:00
repository = "https://gitlab.com/Sakuhl/wynncraft"
2018-01-01 23:00:14 +00:00
[dependencies]
2018-01-14 14:01:36 +00:00
failure = "0.1.1"
2020-03-14 13:56:33 +00:00
reqwest = { version = "0.10.4", features = ["blocking"] }
2018-01-01 23:00:14 +00:00
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"