dbus-settings-bindings/networkmanager/Cargo.toml

14 lines
286 B
TOML
Raw Normal View History

2022-01-11 11:21:57 -05:00
[package]
name = "cosmic-dbus-networkmanager"
version = "0.1.0"
2025-10-05 13:45:37 +02:00
edition = "2024"
2022-01-11 11:21:57 -05:00
license = "MPL-2.0"
[dependencies]
2025-10-05 14:11:25 +02:00
bitflags = "2.9"
2024-10-21 12:42:49 -07:00
derive_builder = "0.20.2"
2025-10-05 14:11:25 +02:00
procfs = { version = "0.18", default-features = false }
jiff.workspace = true
zvariant.workspace = true
2024-10-21 12:42:49 -07:00
zbus.workspace = true