wynnapi/Cargo.toml

13 lines
311 B
TOML
Raw Permalink Normal View History

2018-01-15 12:59:26 +00:00
[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnapi"
version = "0.1.0"
2021-04-27 10:01:56 +00:00
license = "GPL-3.0-or-later"
2018-01-15 12:59:26 +00:00
[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"] }