15 lines
No EOL
270 B
TOML
15 lines
No EOL
270 B
TOML
[package]
|
|
name = "dbus-ai"
|
|
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"
|
|
|
|
[build-dependencies]
|
|
dbus-codegen = "0.12" |