theclicker 0.2.2

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

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

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

[dependencies.nix]
version = "0.29.0"

[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 = "2021"
keywords = ["autoclicker", "theclicker"]
license = "MIT"
name = "theclicker"
readme = "README.md"
repository = "https://github.com/konkitoman/autoclicker"
version = "0.2.2"