cosmic-applets/cosmic-app-list/Cargo.toml
2024-03-14 23:37:37 +01:00

32 lines
935 B
TOML

[package]
name = "cosmic-app-list"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
futures-util.workspace = true
futures.workspace = true
i18n-embed.workspace = true
i18n-embed-fl.workspace = true
itertools = "0.12.1"
libcosmic.workspace = true
log = "0.4"
nix.workspace = true
once_cell = "1.19"
rand = "0.8.5"
ron = "0.8"
rust-embed.workspace = true
rust-embed-utils.workspace = true
serde = { version = "1.0", features = ["derive"] }
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "macros", "process"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.0"
xdg = "2.5"
zbus.workspace = true