Update
This commit is contained in:
parent
515b5f946b
commit
e8038e2cec
6 changed files with 48 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "dbus-ai"
|
||||
name = "aiproxy"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
|
||||
|
@ -11,5 +11,10 @@ dbus = "0.9"
|
|||
dbus-codegen = "0.12"
|
||||
dbus-tree = "0.9"
|
||||
|
||||
[workspace.dependencies]
|
||||
thiserror = "2.0"
|
||||
|
||||
aiproxy-providers = { path = "crates/aiproxy-providers" }
|
||||
|
||||
[build-dependencies]
|
||||
dbus-codegen = "0.12"
|
Loading…
Add table
Add a link
Reference in a new issue