cosmic-applets/cosmic-app-list/Cargo.toml
Lionel DARNIS 2d78a0abff
Some checks failed
Continuous Integration / linting (push) Has been cancelled
Continuous Integration / formatting (push) Has been cancelled
chore: bump version to 1.3.0
2026-07-22 15:57:00 +02:00

28 lines
766 B
TOML

[package]
name = "cosmic-app-list"
version = "1.3.0"
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
image = { version = "0.25.9", default-features = false }
cosmic.workspace = true
memmap2 = "0.9.10"
fastrand = "2.3.0"
rust-embed.workspace = true
rustix.workspace = true
rustc-hash.workspace = true
switcheroo-control = { path = "../../dbus-settings-bindings/switcheroo-control" }
tokio.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.8"
zbus.workspace = true