cosmic-workspaces/Cargo.toml

24 lines
741 B
TOML
Raw Normal View History

2022-12-30 14:07:39 -08:00
[package]
name = "cosmic-workspaces"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.75"
2023-11-03 13:06:43 -07:00
calloop = "0.12.3"
2023-11-21 16:15:02 -05:00
clap = { version = "4", features = ["derive"] }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
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-11-16 12:01:06 -08:00
gbm = "0.14.0"
2023-11-21 16:15:02 -05:00
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
2023-11-08 15:51:12 -08:00
memmap2 = "0.9.0"
2022-12-30 14:07:39 -08:00
tokio = "1.23.0"
wayland-protocols = "0.31.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
[profile.dev]
# Not usable at opt-level 0, at least with software renderer
opt-level = 1