2022-12-30 14:07:39 -08:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-workspaces"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-02-09 14:00:22 -08:00
|
|
|
calloop = "0.10.5"
|
2023-03-22 10:03:18 -07:00
|
|
|
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
|
2023-04-13 14:30:47 -07:00
|
|
|
env_logger = "0.10.0"
|
2022-12-30 14:07:39 -08:00
|
|
|
futures-channel = "0.3.25"
|
2023-05-31 15:59:03 -07:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
|
2022-12-30 14:07:39 -08:00
|
|
|
tokio = "1.23.0"
|
2023-01-19 16:29:20 -08:00
|
|
|
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
|
2023-02-14 13:46:20 -08:00
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
# Not usable at opt-level 0, at least with software renderer
|
|
|
|
|
opt-level = 1
|