git.lucas.co / cce-shortcuts-portal
GlobalShortcuts portal backend
git clone https://git.lucas.co/cce-shortcuts-portal.git

Cargo.toml (455B)

 1 [package]
 2 name = "cce-shortcuts-portal"
 3 version = "0.1.0"
 4 edition = "2021"
 5 description = "org.freedesktop.impl.portal.GlobalShortcuts backend for the cce compositor"
 6 license = "GPL-3.0-only"
 7 
 8 [dependencies]
 9 zbus = { version = "5", default-features = false, features = ["tokio"] }
10 serde = { version = "1", features = ["derive"] }
11 tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "io-util", "sync"] }
12 log = "0.4"
13 env_logger = "0.11"