1
0
Fork 0
forked from wry/wry

xcon: move wire core into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:02:40 -04:00
parent 61ec13def0
commit d8380b3dce
No known key found for this signature in database
11 changed files with 138 additions and 99 deletions

View file

@ -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"