[package] name = "libxdp-sys" version = "0.2.0" edition = "2021" description = "Rust bindings for libxdp" repository = "https://github.com/chenhengqi/libxdp-sys" homepage = "https://github.com/chenhengqi/libxdp-sys" keywords = ["libxdp", "xdp"] authors = ["Hengqi Chen ", "Nathanial Lattimer "] license = "LGPL-2.1 OR BSD-2-Clause" build = "build.rs" links = "libxdp" [build-dependencies] bindgen = "0.68.1"