Allow deriving MakeSchema on simple structs!
This commit is contained in:
parent
fcb9d5d1c0
commit
5228ec65e5
9 changed files with 90 additions and 38 deletions
|
|
@ -9,3 +9,4 @@ edition = "2018"
|
|||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
schemars_derive = { version = "0.1.0", path = "../schemars_derive" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue