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-06-29 13:44:58 -07:00
|
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
|
2022-08-10 10:48:20 -04:00
|
|
|
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"}
|
2022-08-16 14:36:31 -04:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["widgets"] }
|
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-29 12:00:18 -07:00
|
|
|
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
|
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-07-05 16:21:23 -07:00
|
|
|
libcosmic-applet = { path = "../../libcosmic-applet" }
|