[package] name = "aya-bpf" version = "0.1.0" authors = ["Alessandro Decina "] edition = "2018" [dependencies] aya-bpf-cty = { path = "../aya-bpf-cty" } aya-bpf-macros = { path = "../../aya-bpf-macros" } aya-bpf-bindings = { path = "../aya-bpf-bindings" } [build-dependencies] rustversion = "1.0"