2024-03-04 13:08:52 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-minimize"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2024-03-04 13:08:52 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2024-03-15 15:21:56 +01:00
|
|
|
image = { version = "0.25.0", default-features = false }
|
2024-03-04 13:08:52 -05:00
|
|
|
libcosmic.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
memmap2 = "0.9.4"
|
2024-03-04 13:08:52 -05:00
|
|
|
once_cell = "1"
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2024-03-15 14:54:38 +01:00
|
|
|
rustix.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tokio = { version = "1.36.0", features = ["sync", "macros"] }
|
|
|
|
|
tracing-log.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing.workspace = true
|