cosmic-applets/cosmic-applet-workspaces/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

21 lines
513 B
TOML

[package]
name = "cosmic-applet-workspaces"
version = "0.1.1"
authors = ["Ashley Wulber <ashley@system76.com>"]
edition = "2021"
license = "GPL-3.0-only"
[dependencies]
libcosmic.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-log.workspace = true
once_cell = "1.19"
futures.workspace = true
anyhow.workspace = true
tokio = "1.36"
i18n-embed.workspace = true
i18n-embed-fl.workspace = true
rust-embed.workspace = true