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