mirror of
https://github.com/stoatchat/rust-okapi.git
synced 2026-07-01 21:44:49 -04:00
11 lines
336 B
TOML
11 lines
336 B
TOML
[package]
|
|
name = "json_web_api"
|
|
version = "0.1.0"
|
|
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
|
|
revolt_rocket_okapi = { version = "0.9.1", path = "../../rocket-okapi", features = ["swagger", "rapidoc"] }
|
|
serde = "1.0"
|