- [package]
- name = "aya-bpf"
- version = "0.1.0"
- authors = ["Alessandro Decina <[email protected]>"]
- edition = "2021"
- [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"
|