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