[package] name = "libvibrant-ffi" version = "1.1.1" authors = ["zee-mzha "] edition = "2018" description = "C bindings for libvibrant, a library to control screen saturation on X servers." license-file = "../LICENSE" repository = "https://github.com/Vibrance-org/libvibrant" [lib] crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libvibrant = "1.1.1"