[package] name = "rex11" version = "0.1.0" edition = "2021" description = "A rust implementation of the x11 protocol" readme = "README.md" authors = ["Prox"] repository = "https://github.com/proxin187/rex11" keywords = ["x11", "xcb", "xlib", "xproto", "protocol"] categories = ["api-bindings", "os", "graphics"] license = "MIT OR Apache-2.0" [lib] name = "rex11" path = "src/lib.rs" [[bin]] name = "example" path = "src/bin.rs" [dependencies]