bugs: move application quirks into workspace crate
This commit is contained in:
parent
d50863bbd8
commit
061991218f
5 changed files with 57 additions and 38 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -658,6 +658,13 @@ dependencies = [
|
|||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-bugs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-cmm"
|
||||
version = "0.1.0"
|
||||
|
|
@ -693,6 +700,7 @@ dependencies = [
|
|||
"jay-ash",
|
||||
"jay-async-engine",
|
||||
"jay-bufio",
|
||||
"jay-bugs",
|
||||
"jay-cmm",
|
||||
"jay-config",
|
||||
"jay-cpu-worker",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue