This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-api/Cargo.toml

17 lines
449 B
TOML
Raw Permalink Normal View History

2021-06-25 16:33:43 +02:00
[package]
name = "api"
version = "2.0.0-alpha.1"
2021-06-25 16:33:43 +02:00
edition = "2018"
license = "AGPL-3.0-or-later"
authors = ["Denys Konovalov <kontakt@denyskon.de>"]
2021-06-25 16:33:43 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = "1.0"
reqwest = { version="0.11", features = ["json"] }
quickxml_to_serde = "0.5"
serde_json = "1.0"
serde_derive = "1.0"