29 lines
991 B
TOML
29 lines
991 B
TOML
[package]
|
|
name = "cosmic-applet-workspaces"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"], branch = "rework_0.30"}
|
|
cascade = "1.0.0"
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_4"] }
|
|
once_cell = "1.9.0"
|
|
pretty_env_logger = "0.4"
|
|
anyhow = "1.0.50"
|
|
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
|
|
i18n-embed-fl = "0.6.4"
|
|
rust-embed = "6.3.0"
|
|
tokio = { version = "1.16.1", features = ["sync"] }
|
|
wayland-commons = "0.29.4"
|
|
wayland-backend = { version = "=0.1.0-beta.5" }
|
|
wayland-scanner = { version = "=0.30.0-beta.5" }
|
|
wayland-client = { version = "0.30.0-beta.5" }
|
|
calloop = "*"
|
|
nix = "*"
|
|
log = "0.4"
|
|
|
|
[build-dependencies]
|
|
gio = "0.15.10"
|