dbus: move protocol core into workspace crate
This commit is contained in:
parent
9e428510ca
commit
61ec13def0
11 changed files with 286 additions and 258 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -696,6 +696,7 @@ dependencies = [
|
|||
"jay-cmm",
|
||||
"jay-config",
|
||||
"jay-criteria",
|
||||
"jay-dbus-core",
|
||||
"jay-edid",
|
||||
"jay-formats",
|
||||
"jay-geometry",
|
||||
|
|
@ -762,6 +763,18 @@ dependencies = [
|
|||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-dbus-core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"jay-bufio",
|
||||
"jay-io-uring",
|
||||
"jay-utils",
|
||||
"thiserror",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-edid"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue