4
0

Cargo.toml 356 B

12345678910111213141516
  1. [package]
  2. description = "Bindings for Linux Kernel eBPF types and helpers"
  3. name = "aya-ebpf-bindings"
  4. version = "0.1.1"
  5. authors.workspace = true
  6. edition.workspace = true
  7. homepage.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. [lints]
  11. workspace = true
  12. [dependencies]
  13. aya-ebpf-cty = { version = "^0.2.2", path = "../aya-ebpf-cty" }