2022-06-06 11:52:45 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-app-list"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2022-06-06 11:52:45 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
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
|
2024-03-30 23:55:14 -05:00
|
|
|
image = { version = "0.25.0", default-features = false }
|
2024-05-16 21:29:28 -04:00
|
|
|
itertools = "0.13.0"
|
2024-01-03 13:47:52 -05:00
|
|
|
libcosmic.workspace = true
|
2024-03-30 23:55:14 -05:00
|
|
|
memmap2 = "0.9.4"
|
2024-03-14 21:43:11 +01:00
|
|
|
once_cell = "1.19"
|
|
|
|
|
rand = "0.8.5"
|
|
|
|
|
rust-embed.workspace = true
|
2024-03-30 23:55:14 -05:00
|
|
|
rustix.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-05-16 21:29:28 -04:00
|
|
|
tokio = { version = "1.36.0", features = [
|
|
|
|
|
"sync",
|
|
|
|
|
"rt",
|
|
|
|
|
"rt-multi-thread",
|
|
|
|
|
"macros",
|
|
|
|
|
"process",
|
|
|
|
|
] }
|
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
|
2024-03-14 21:43:11 +01:00
|
|
|
url = "2.5.0"
|
|
|
|
|
zbus.workspace = true
|
2024-06-06 22:11:40 +02:00
|
|
|
freedesktop-desktop-entry.workspace = true
|