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]
|
2023-10-27 17:44:25 -04:00
|
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2023-01-07 00:21:16 -05:00
|
|
|
# cosmic-dbus-networkmanager = { path = "../../../dbus-settings-bindings/networkmanager" }
|
2022-02-07 16:24:11 -05:00
|
|
|
futures-util = "0.3.21"
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cosmic-time.workspace = true
|
2022-12-09 15:31:19 -05:00
|
|
|
futures = "0.3"
|
2023-10-27 17:44:25 -04:00
|
|
|
zbus.workspace = true
|
2022-12-09 15:31:19 -05:00
|
|
|
log = "0.4"
|
2023-06-01 12:23:12 -04:00
|
|
|
pretty_env_logger = "0.5"
|
2023-01-09 15:04:36 -05:00
|
|
|
itertools = "0.10.3"
|
|
|
|
|
slotmap = "1.0.6"
|
|
|
|
|
tokio = { version = "1.15.0", features = ["full"] }
|
|
|
|
|
anyhow = "1.0"
|
2022-12-09 15:31:19 -05:00
|
|
|
# Application i18n
|
|
|
|
|
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
|
|
|
|
|
i18n-embed-fl = "0.6.4"
|
|
|
|
|
rust-embed = "6.3.0"
|
2023-06-01 12:23:12 -04:00
|
|
|
rust-embed-utils = "7.5.0"
|
|
|
|
|
|