20 lines
484 B
TOML
20 lines
484 B
TOML
[package]
|
|
name = "cosmic-applet-minimize"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
i18n-embed-fl.workspace = true
|
|
i18n-embed.workspace = true
|
|
image = { version = "0.25.5", default-features = false }
|
|
libcosmic.workspace = true
|
|
memmap2 = "0.9.5"
|
|
once_cell = "1"
|
|
rust-embed.workspace = true
|
|
rustix.workspace = true
|
|
tokio.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|