29 lines
755 B
TOML
29 lines
755 B
TOML
[package]
|
|
name = "cosmic-applet-tiling"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libcosmic.workspace = true
|
|
libcosmic.features = [
|
|
"applet",
|
|
"applet-token",
|
|
"dbus-config",
|
|
"desktop",
|
|
"tokio",
|
|
"wayland",
|
|
]
|
|
cosmic-time.workspace = true
|
|
cctk.workspace = true
|
|
cosmic-protocols.workspace = true
|
|
anyhow = "1.0.79"
|
|
once_cell = "1"
|
|
i18n-embed = { version = "0.14.0", features = ["fluent-system", "desktop-requester"] }
|
|
i18n-embed-fl = "0.7.0"
|
|
rust-embed = "8.0.0"
|
|
tracing = "0.1"
|
|
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
|
|
tokio = { version = "1.17.0", features = ["sync", "rt"] }
|