cosmic-applets/cosmic-applet-minimize/Cargo.toml
Ryan Brue 0a32d27c70 chore(license): clarify GPL-3.0 license as GPL-3.0-only
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-09-16 07:40:23 -06:00

20 lines
523 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.0", default-features = false }
libcosmic.workspace = true
memmap2 = "0.9.4"
once_cell = "1"
rust-embed.workspace = true
rustix.workspace = true
tokio = { version = "1.36.0", features = ["sync", "macros"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true