cosmic-workspaces/Cargo.toml
Ian Douglas Scott 747ffd8b23 Persist, and toggle with a dbus service
Seems to have some issues at present.
2023-01-19 16:29:20 -08:00

12 lines
485 B
TOML

[package]
name = "cosmic-workspaces"
version = "0.1.0"
edition = "2021"
[dependencies]
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
futures-channel = "0.3.25"
iced_sctk = { git = "https://github.com/pop-os/libcosmic" }
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }