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

20 lines
501 B
TOML
Executable File

[package]
name = "api"
version = "1.0.0"
edition = "2018"
license = "AGPL-3.0-or-later"
authors = ["Denys Konovalov <denys.konovalov@protonmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde = "1.0"
reqwest = { version="0.11", features = ["json"] }
quickxml_to_serde = "0.5"
serde_json = "1.0"
serde_derive = "1.0"
jsonwebtoken = "8.1"
time = "0.3"
chrono = "0.4"