libxdo 0.0.1

Bindings to libxdo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "libxdo"
version = "0.0.1"
authors = ["Mika Attila <radiantstatue@gmail.com>"]
license = "MIT"
description = "Bindings to libxdo"
readme = "README.md"
repository = "https://github.com/crumblingstatue/rust-libxdo"
keywords = ["X11", "automation", "xdotool", "libxdo", "xdo"]

[dependencies]
libc = "*"
libxdo-sys = "*"