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:
parent
6e7dd2c610
commit
cff5f55d64
3 changed files with 80 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue