1
0
Fork 0
forked from wry/wry

config: move simple options into schema crate

This commit is contained in:
kossLAN 2026-05-29 17:00:24 -04:00
parent 902853955b
commit b550bb1025
No known key found for this signature in database
5 changed files with 53 additions and 42 deletions

3
Cargo.lock generated
View file

@ -807,6 +807,9 @@ dependencies = [
[[package]]
name = "jay-config-schema"
version = "0.1.0"
dependencies = [
"jay-config",
]
[[package]]
name = "jay-cpu-worker"