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:
parent
91f7b09fbf
commit
1f0be034be
15 changed files with 93 additions and 74 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue