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>"]
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2022-06-08 10:47:16 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cctk.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
|
|
|
futures.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
anyhow.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|