2022-06-08 10:47:16 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-workspaces"
|
2024-01-18 18:16:37 -05:00
|
|
|
version = "0.1.1"
|
2022-11-29 16:52:31 -05:00
|
|
|
authors = ["Ashley Wulber <ashley@system76.com>"]
|
2022-06-08 10:47:16 -04:00
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2022-06-08 10:47:16 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cctk.workspace = true
|
|
|
|
|
cosmic-protocols.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing.workspace = true
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing-log.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
once_cell = "1.19"
|
|
|
|
|
futures.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
anyhow.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tokio = "1.36"
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|