dbus-settings-bindings/hostname1/Cargo.toml
Ian Douglas Scott 3b86984332 Update to zbus 5.x
https://github.com/dbus2/zbus/releases/tag/zbus-5.0.0

Now requires `pub` on uses of `#[proxy]` if the generated types should
be `pub`.
2025-05-22 22:54:07 +02:00

16 lines
448 B
TOML

[package]
name = "hostname1-zbus"
version = "0.1.0"
description = "dbus bindings for org.freedesktop.hostname1 with zbus"
repository = "https://github.com/pop-os/dbus-settings-bindings"
edition = "2021"
license = "MPL-2.0"
categories = ["os::linux-apis"]
keywords = ["dbus", "hostname", "hostname1", "zbus", "freedesktop"]
[dependencies]
zbus.workspace = true
[dev-dependencies]
pico-args = "0.5.0"
tokio = { version = "1", features = ["full"] }