mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 16:40:44 +00:00
fix the example
This commit is contained in:
parent
7de11cdae1
commit
666514c8e2
3 changed files with 25 additions and 12 deletions
|
@ -18,7 +18,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
|||
fake = "2.2.2"
|
||||
gotham = { version = "0.5.0", default-features = false }
|
||||
gotham_derive = "0.5.0"
|
||||
gotham_restful = { version = "0.2.0-dev", features = ["auth", "openapi"], default-features = false }
|
||||
gotham_restful = { version = "0.2.0-dev", features = ["auth", "cors", "openapi"], default-features = false }
|
||||
log = "0.4.8"
|
||||
pretty_env_logger = "0.4"
|
||||
serde = "1.0.110"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue