[package] name = "hyprcursor" version = "0.0.3" edition = "2021" license = "Apache-2.0" authors = ["Federico Maria Morrone "] description = "Rust bindings for hyprcursor" repository = "https://github.com/morr0ne/rusty-hyprcursor" include = ["src/**/*.rs", "README.md", "LICENSE"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cairo-rs = { version = "0.19.2", default-features = false } libhyprcursor-sys = { path = "libhyprcursor-sys", version = "0.1.0" } [workspace] members = ["libhyprcursor-sys"] [dev-dependencies] cairo-rs = { version = "0.19.2", features = ["png"] }