2022-02-01 13:24:00 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-network"
|
|
|
|
|
version = "0.1.0"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2022-05-26 11:57:41 -04:00
|
|
|
license = "GPL-3.0-or-later"
|
2022-02-01 13:24:00 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 21:43:11 +01:00
|
|
|
anyhow.workspace = true
|
2023-10-27 17:44:25 -04:00
|
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2023-07-20 14:57:51 -07:00
|
|
|
cosmic-time.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
futures-util.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
itertools = "0.14.0"
|
2025-08-12 23:09:49 +02:00
|
|
|
libcosmic = { workspace = true, features = [
|
2024-06-13 19:45:37 -04:00
|
|
|
"applet",
|
|
|
|
|
"applet-token",
|
|
|
|
|
"tokio",
|
|
|
|
|
"wayland",
|
|
|
|
|
"desktop",
|
2025-08-12 23:09:49 +02:00
|
|
|
] }
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-log.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing.workspace = true
|
|
|
|
|
zbus.workspace = true
|