19 lines
468 B
TOML
19 lines
468 B
TOML
[package]
|
|
name = "cosmic-applet-workspaces"
|
|
version = "1.0.0"
|
|
authors = ["Ashley Wulber <ashley@system76.com>"]
|
|
edition = "2024"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
libcosmic.workspace = true
|
|
cctk.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing-log.workspace = true
|
|
futures.workspace = true
|
|
anyhow.workspace = true
|
|
tokio.workspace = true
|
|
i18n-embed.workspace = true
|
|
i18n-embed-fl.workspace = true
|
|
rust-embed.workspace = true
|