git.lucas.co / cce-remote
remote trackpad and keyboard server
git clone https://git.lucas.co/cce-remote.git

Cargo.toml (449B)

 1 [package]
 2 name = "cce-remote"
 3 version = "0.1.0"
 4 edition = "2021"
 5 description = "Phone trackpad + keyboard for the cce desktop: serves a web UI and bridges WebSocket input events to the compositor control socket"
 6 license = "GPL-3.0"
 7 
 8 [dependencies]
 9 tungstenite = "0.21"
10 wayland-client = "0.31"
11 wayland-protocols-wlr = { version = "0.3", features = ["client"] }
12 memmap2 = "0.9"
13 jpeg-encoder = "0.6"
14 rustix = { version = "0.38", features = ["event"] }