[package] authors.workspace = true description = "Bindings for Linux Kernel eBPF types and helpers" edition.workspace = true homepage.workspace = true license.workspace = true name = "aya-ebpf-bindings" repository.workspace = true version = "0.1.1" [lints] workspace = true [dependencies] aya-ebpf-cty = { version = "^0.2.2", path = "../aya-ebpf-cty" }