dbus-settings-bindings/networkmanager/Cargo.toml

15 lines
313 B
TOML
Raw Normal View History

2022-01-11 11:21:57 -05:00
[package]
name = "cosmic-dbus-networkmanager"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
bitflags = "2.4"
2024-10-21 12:42:49 -07:00
derive_builder = "0.20.2"
procfs = { version = "0.17", default-features = false }
thiserror.workspace = true
time.workspace = true
zvariant.workspace = true
2024-10-21 12:42:49 -07:00
zbus.workspace = true