1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-06-07 22:30:42 +00:00

better type support

This commit is contained in:
Dominic 2019-10-20 18:23:36 +02:00
parent 6e7dd2c610
commit cff5f55d64
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 80 additions and 15 deletions

View file

@ -29,6 +29,7 @@ mime = "0.3"
openapiv3 = { version = "0.3", optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = ">= 0.1, < 0.9", optional = true }
[dev-dependencies]
thiserror = "1"