tree: move shared tree types into workspace crate
This commit is contained in:
parent
a1e4641e82
commit
89dc6c91cf
6 changed files with 303 additions and 266 deletions
|
|
@ -34,6 +34,7 @@ members = [
|
|||
"xcon",
|
||||
"wire-types",
|
||||
"wire-buf",
|
||||
"tree-types",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -69,6 +70,7 @@ 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" }
|
||||
jay-tree-types = { version = "0.1.0", path = "tree-types" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue