1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-15 02:50:43 +00:00

write tests for the openapi types

This commit is contained in:
Dominic 2020-04-13 02:46:01 +02:00
parent 93cbc36046
commit fbcc626478
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 88 additions and 14 deletions

View file

@ -10,3 +10,4 @@ members = [
[patch.crates-io]
gotham_restful = { path = "./gotham_restful" }
gotham_restful_derive = { path = "./gotham_restful_derive" }
openapiv3 = { git = "https://github.com/glademiller/openapiv3", rev = "4c3bd95c966a3f9d59bb494c3d8e30c5c3068bdb" }