1[package]
2name = "x11-dl"
3version = "2.21.0"
4authors = [
5 "daggerbot <daggerbot@gmail.com>",
6 "Erle Pereira <erle@erlepereira.com>",
7 "AltF02 <contact@altf2.dev>",
8]
9description = "X11 library bindings for Rust"
10license = "MIT"
11repository = "https://github.com/AltF02/x11-rs.git"
12build = "build.rs"
13documentation = "https://docs.rs/x11-dl"
14workspace = ".."
15edition = "2021"
16
17[dependencies]
18libc = "0.2"
19once_cell = "1.17.0"
20
21[build-dependencies]
22pkg-config = "0.3.24"
23