dbus-settings-bindings/Cargo.toml
Vukašin Vojinović cc80763ffc refactor: replace time with jiff
Also updates the `timedatectl` example from `chrono` to `jiff`.
2026-03-13 15:20:44 +01:00

29 lines
492 B
TOML

[workspace]
resolver = "3"
members = [
"a11y",
"accounts-zbus",
"bluez",
"cosmic-settings-daemon",
"geoclue2",
"hostname1",
"locale1",
"mpris2",
"networkmanager",
"nm-secret-agent-manager",
"switcheroo-control",
"timedate",
"upower",
]
[workspace.dependencies]
futures-channel = "0.3.31"
futures-util = "0.3.31"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
jiff = "0.2"
tracing = "0.1.41"
zbus = { version = "5.11.0" }
zvariant = { version = "5.7.0" }