dbus-settings-bindings/networkmanager/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

13 lines
286 B
TOML

[package]
name = "cosmic-dbus-networkmanager"
version = "0.1.0"
edition = "2024"
license = "MPL-2.0"
[dependencies]
bitflags = "2.9"
derive_builder = "0.20.2"
procfs = { version = "0.18", default-features = false }
jiff.workspace = true
zvariant.workspace = true
zbus.workspace = true