theclicker 0.3.1

A simple autoclicker cli that works on (x11/wayland)
Documentation
[[bin]]
name = "theclicker"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.input-linux]
version = "0.7.1"

[dependencies.nix]
version = "0.30.1"

[lib]
name = "theclicker"
path = "src/lib.rs"

[package]
authors = ["konkitoman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple autoclicker cli that works on (x11/wayland)"
edition = "2024"
keywords = ["autoclicker", "theclicker"]
license = "MIT"
name = "theclicker"
readme = "README.md"
repository = "https://github.com/konkitoman/autoclicker"
version = "0.3.1"