2022-01-11 11:21:57 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-dbus-networkmanager"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "MPL-2.0"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-01-11 16:41:10 -05:00
|
|
|
bitflags = "1.3.2"
|
2022-01-12 15:30:53 -05:00
|
|
|
derive_builder = "0.10.2"
|
2022-02-02 15:07:20 -05:00
|
|
|
procfs = { version = "0.12.0", default-features = false }
|
|
|
|
|
time = "0.3.7"
|
2022-01-13 12:06:00 -05:00
|
|
|
zbus = "2.0.1"
|
2022-01-11 16:02:29 -05:00
|
|
|
|
|
|
|
|
[features]
|