wynnapi/Cargo.toml
2018-01-15 13:59:26 +01:00

12 lines
282 B
TOML

[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnapi"
version = "0.1.0"
[dependencies]
reqwest = "0.8.2"
rocket = "0.3.5"
rocket_codegen = "0.3.5"
wynncraft = { git = "https://gitlab.com/Sakuhl/wynncraft" }
diesel = { version = "1.0", features = ["postgres"] }