mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
add first tests
This commit is contained in:
parent
5c5c7fc4fb
commit
df3b735429
7 changed files with 108 additions and 22 deletions
|
@ -30,6 +30,9 @@ openapiv3 = { version = "0.3", optional = true }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
thiserror = "1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
openapi = ["gotham_restful_derive/openapi", "indexmap", "log", "openapiv3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue