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

View file

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