1
0
Fork 0
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:
Dominic 2021-02-22 09:58:01 +01:00
parent 7de11cdae1
commit 666514c8e2
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 25 additions and 12 deletions

View file

@ -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"