1
0
Fork 0
forked from wry/wry

config: move parsed model into schema crate

This commit is contained in:
kossLAN 2026-05-29 17:15:14 -04:00
parent c8a6b69bf1
commit a038855895
No known key found for this signature in database
8 changed files with 266 additions and 239 deletions

1
Cargo.lock generated
View file

@ -808,6 +808,7 @@ dependencies = [
name = "jay-config-schema"
version = "0.1.0"
dependencies = [
"ahash",
"jay-config",
]