cosmic-workspaces/Cargo.toml

41 lines
1.2 KiB
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"
calloop = { version = "0.12.3", features = ["executor"] }
2023-11-21 16:15:02 -05:00
clap = { version = "4", features = ["derive"] }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
2024-01-22 14:56:31 -08:00
env_logger = "0.11.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-12-13 12:41:06 -08: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-12-18 19:41:30 -08:00
freedesktop-desktop-entry = "0.5.0"
freedesktop-icons = "0.2.4"
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"] }
2023-12-06 10:03:39 -08:00
once_cell = "1.18.0"
2023-12-26 13:59:31 -08:00
delegate = "0.12.0"
2023-12-18 19:41:30 -08:00
itertools = "0.12.0"
log = "0.4.20"
2023-12-26 13:59:31 -08:00
i18n-embed-fl = "0.7.0"
rust-embed = "8.1.0"
2023-12-26 13:54:29 -08:00
[dependencies.i18n-embed]
2023-12-26 13:59:31 -08:00
version = "0.14.1"
2023-12-26 13:54:29 -08:00
features = ["fluent-system", "desktop-requester"]
[profile.dev]
# Not usable at opt-level 0, at least with software renderer
opt-level = 1
# [patch."https://github.com/pop-os/libcosmic"]
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }