2022-02-01 13:24:00 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-network"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2022-05-26 11:57:41 -04:00
|
|
|
license = "GPL-3.0-or-later"
|
2022-02-01 13:24:00 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2022-02-01 14:10:15 -05:00
|
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2022-02-07 16:24:11 -05:00
|
|
|
futures-util = "0.3.21"
|
2022-02-01 13:24:00 -05:00
|
|
|
gtk4 = "0.4.6"
|
2022-02-02 14:46:47 -05:00
|
|
|
itertools = "0.10.3"
|
2022-02-01 16:46:25 -05:00
|
|
|
once_cell = "1.9.0"
|
2022-06-06 11:52:45 -04:00
|
|
|
relm4-macros = "0.4.4"
|
2022-02-02 14:46:47 -05:00
|
|
|
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"
|
2022-06-06 11:52:45 -04:00
|
|
|
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic" }
|
2022-05-26 01:04:17 -04:00
|
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"]}
|