1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-11 17:10:43 +00:00

start moving openapi into its own crate

This commit is contained in:
Dominic 2020-03-30 22:30:04 +02:00
parent 91f7b09fbf
commit 1f0be034be
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
15 changed files with 93 additions and 74 deletions

View file

@ -17,13 +17,9 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
fake = "2.2"
gotham = "0.4"
gotham_derive = "0.4"
gotham_restful = { version = "0.0.3", features = ["auth", "openapi"] }
gotham_restful = { version = "0.0.3", features = ["auth"] }
gotham_restful_openapi = "0.0.1"
hyper = "0.12"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
serde = "1"
[dev-dependencies]
fake = "2.2"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }