1
0
Fork 0
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:
Robin Appelman 2024-03-29 16:34:38 +01:00
commit 198ce2f451
2 changed files with 5 additions and 3 deletions

View file

@ -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"]