cosmic-workspaces/Cargo.toml
Ian Douglas Scott c46ab4f1e6 Recapture workspace/toplevel on damage; start code for filtering
For some reason using calloop makes output events not consistently
occur?
2023-02-09 14:00:22 -08:00

12 lines
444 B
TOML

[package]
name = "cosmic-workspaces"
version = "0.1.0"
edition = "2021"
[dependencies]
calloop = "0.10.5"
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
futures-channel = "0.3.25"
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"] }