aiproxy/Cargo.toml
2025-04-23 20:57:42 +02:00

20 lines
No EOL
373 B
TOML

[package]
name = "aiproxy"
version = "0.1.0"
edition = "2024"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
build = "build.rs"
[dependencies]
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"