[package] name = "build-bpf" version = "0.2.0" edition = "2021" authors = ["Will "] description = "Tools for building ELFs and Skeletons for typical (e)BPF programs" repository = "https://github.com/e-dant/build-bpf" readme = "readme.md" homepage = "https://github.com/e-dant/build-bpf" documentation = "https://github.com/e-dant/build-bpf" license = "MIT" [dependencies] libbpf-cargo = "0.23" [features] vmlinux-archs = [] default = []