mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
schemars from git
This commit is contained in:
parent
a732a11bc5
commit
198ce2f451
2 changed files with 5 additions and 3 deletions
|
|
@ -69,8 +69,8 @@ lazy_static = { version = "1", optional = true }
|
|||
prettyplease = { version = "0.1", optional = true }
|
||||
|
||||
[patch.crates-io]
|
||||
schemars = { path = '../../rust/schemars/schemars' }
|
||||
schemars_derive = { path = '../../rust/schemars/schemars_derive' }
|
||||
schemars = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }
|
||||
schemars_derive = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }
|
||||
|
||||
[features]
|
||||
schema = ["schemars", "bitbuffer/schemars"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue