| 1 | [package] |
|---|---|
| 2 | name = "xcursor" |
| 3 | description = "A library for loading XCursor themes" |
| 4 | version = "0.3.8" |
| 5 | edition = "2018" |
| 6 | |
| 7 | authors = ["Samuele Esposito"] |
| 8 | license = "MIT" |
| 9 | repository = "https://github.com/esposm03/xcursor-rs" |
| 10 | documentation = "https://docs.rs/xcursor" |
| 11 | readme = "README.md" |
| 12 | |
| 13 | include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"] |
| 14 |
