xcon: move wire core into workspace crate
This commit is contained in:
parent
61ec13def0
commit
d8380b3dce
11 changed files with 138 additions and 99 deletions
|
|
@ -31,6 +31,7 @@ members = [
|
|||
"io-uring",
|
||||
"bufio",
|
||||
"dbus-core",
|
||||
"xcon",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -63,6 +64,7 @@ jay-async-engine = { version = "0.1.0", path = "async-engine" }
|
|||
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" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue