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

20 lines
749 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"
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" }
futures-util = "0.3.21"
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"] }
itertools = "0.10.3"
2022-02-01 16:46:25 -05:00
once_cell = "1.9.0"
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
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"
libcosmic-applet = { path = "../../libcosmic-applet" }