wire: move message buffers into workspace crates
This commit is contained in:
parent
d8380b3dce
commit
a1e4641e82
18 changed files with 187 additions and 166 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
|
@ -707,6 +707,8 @@ dependencies = [
|
|||
"jay-tracy",
|
||||
"jay-units",
|
||||
"jay-utils",
|
||||
"jay-wire-buf",
|
||||
"jay-wire-types",
|
||||
"jay-xcon",
|
||||
"kbvm",
|
||||
"libloading",
|
||||
|
|
@ -884,6 +886,25 @@ dependencies = [
|
|||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-wire-buf"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"jay-io-uring",
|
||||
"jay-time",
|
||||
"jay-units",
|
||||
"jay-utils",
|
||||
"jay-wire-types",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-wire-types"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "jay-xcon"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue