Files
rust-okapi/examples/json-web-api/Cargo.toml
T
2023-01-18 15:13:43 +00:00

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"