2022-06-06 11:52:45 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-app-list"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2022-06-06 11:52:45 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-17 14:06:08 -04:00
|
|
|
cosmic-app-list-config = { path = "cosmic-app-list-config" }
|
2024-03-30 23:55:14 -05:00
|
|
|
anyhow.workspace = true
|
2023-07-20 14:57:51 -07:00
|
|
|
cctk.workspace = true
|
|
|
|
|
cosmic-protocols.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
2025-12-19 12:08:59 +01:00
|
|
|
image = { version = "0.25.9", default-features = false }
|
2024-01-03 13:47:52 -05:00
|
|
|
libcosmic.workspace = true
|
2025-12-19 12:08:59 +01:00
|
|
|
memmap2 = "0.9.9"
|
2025-10-03 23:25:51 +10:00
|
|
|
fastrand = "2.3.0"
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2024-03-30 23:55:14 -05:00
|
|
|
rustix.workspace = true
|
2025-10-22 02:33:30 +00:00
|
|
|
rustc-hash.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
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 21:43:11 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-01-18 21:02:35 -05:00
|
|
|
tracing.workspace = true
|
2026-01-13 17:21:37 +01:00
|
|
|
url = "2.5.8"
|
2024-03-14 21:43:11 +01:00
|
|
|
zbus.workspace = true
|