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
|
|
@ -32,6 +32,8 @@ members = [
|
|||
"bufio",
|
||||
"dbus-core",
|
||||
"xcon",
|
||||
"wire-types",
|
||||
"wire-buf",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -65,6 +67,8 @@ jay-io-uring = { version = "0.1.0", path = "io-uring" }
|
|||
jay-bufio = { version = "0.1.0", path = "bufio" }
|
||||
jay-dbus-core = { version = "0.1.0", path = "dbus-core" }
|
||||
jay-xcon = { version = "0.1.0", path = "xcon" }
|
||||
jay-wire-types = { version = "0.1.0", path = "wire-types" }
|
||||
jay-wire-buf = { version = "0.1.0", path = "wire-buf" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue