dbus-settings-bindings/networkmanager/Cargo.toml

14 lines
310 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"
2022-12-08 14:47:14 -05:00
derive_builder = "0.12"
procfs = { version = "0.16", default-features = false }
thiserror.workspace = true
time.workspace = true
zvariant.workspace = true
zbus.workspace = true