cosmic-applets/cosmic-app-list/Cargo.toml

29 lines
769 B
TOML
Raw Permalink Normal View History

[package]
name = "cosmic-app-list"
version = "1.0.2"
2025-08-12 21:38:51 +02:00
edition = "2024"
license = "GPL-3.0-only"
[dependencies]
cosmic-app-list-config = { path = "cosmic-app-list-config" }
anyhow.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
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
memmap2 = "0.9.10"
2025-10-03 23:25:51 +10:00
fastrand = "2.3.0"
rust-embed.workspace = true
rustix.workspace = true
rustc-hash.workspace = true
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
2025-02-19 18:31:56 +01:00
tokio.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.8"
zbus.workspace = true