This commit is contained in:
Florian RICHER 2025-04-23 20:57:42 +02:00
parent 515b5f946b
commit e8038e2cec
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
6 changed files with 48 additions and 10 deletions

18
Cargo.lock generated
View file

@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "aiproxy"
version = "0.1.0"
dependencies = [
"dbus",
"dbus-codegen",
"dbus-tree",
]
[[package]]
name = "anstream"
version = "0.6.18"
@ -96,15 +105,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "dbus-ai"
version = "0.1.0"
dependencies = [
"dbus",
"dbus-codegen",
"dbus-tree",
]
[[package]]
name = "dbus-codegen"
version = "0.12.0"