[package] name = "conifer" version = "0.1.0" authors = ["Richard "] edition = "2018" description = "A library for interacting with a touch screen device without X11" license = "MIT OR Apache-2.0" categories = ["cli"] repository = "https://github.com/richardanaya/conifer" readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] framebuffer = "0.2" evdev = "0.10" libc = "0.2" rand = "0" image = "0.23" flume = "0.7" [dev-dependencies] env_logger = "0.7" log = "0.4"