mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 05:02:08 +00:00
parent
425a71095a
commit
714e34ba19
16 changed files with 849 additions and 66 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -5,6 +5,19 @@ edition = "2021"
|
|||
description = "X11 desktop control CLI for agents"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/harivansh-afk/deskctl"
|
||||
homepage = "https://github.com/harivansh-afk/deskctl"
|
||||
readme = "README.md"
|
||||
keywords = ["x11", "desktop", "automation", "cli", "agent"]
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.75"
|
||||
include = [
|
||||
"/Cargo.toml",
|
||||
"/Cargo.lock",
|
||||
"/README.md",
|
||||
"/LICENCE",
|
||||
"/assets/**",
|
||||
"/src/**",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue