deskctl/Cargo.toml
2026-03-24 22:59:21 -04:00

23 lines
611 B
TOML

[package]
name = "deskctl"
version = "0.1.0"
edition = "2026"
description = "X11 desktop control CLI for agents"
license = "MIT"
repository = "https://github.com/user/agent-computer"
[dependencies]
clap = { version = "4", features = ["derive", "env"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
anyhow = "1"
dirs = "6"
libc = "0.2"
uuid = { version = "1", features = ["v4"] }
xcap = "0.8"
image = { version = "0.25", features = ["png"] }
imageproc = "0.26"
ab_glyph = "0.2"
enigo = "0.6"
x11rb = { version = "0.13", features = ["randr"] }