Cargo.toml 329 B

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