Cargo.toml 328 B

123456789101112
  1. [package]
  2. name = "aya-ebpf-bindings"
  3. version = "0.1.0"
  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.1", path = "../aya-ebpf-cty" }