feat: add hostname1-zbus

This commit is contained in:
Michael Aaron Murphy 2024-04-10 14:31:34 +02:00
parent c81f428ace
commit a5024e0a3d
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 209 additions and 0 deletions

16
hostname1/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[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", "org.freedesktop.hostname1"]
[dependencies]
zbus = "3.0.0"
[dev-dependencies]
pico-args = "0.5.0"
tokio = { version = "1", features = ["full"] }