cosmic-applets/applets/cosmic-applet-network/Cargo.toml

17 lines
400 B
TOML
Raw Normal View History

2022-02-01 13:24:00 -05:00
[package]
name = "cosmic-applet-network"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
[dependencies]
2022-02-01 14:10:15 -05:00
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
futures-util = "0.3.19"
2022-02-01 13:24:00 -05:00
gtk4 = "0.4.6"
itertools = "0.10.3"
2022-02-01 16:46:25 -05:00
once_cell = "1.9.0"
2022-02-01 14:10:15 -05:00
relm4-macros = "0.4.1"
slotmap = "1.0.6"
2022-02-01 14:10:15 -05:00
tokio = { version = "1.15.0", features = ["full"] }
2022-02-01 13:24:00 -05:00
zbus = "2.0.1"