Cargo.toml 358 B

1234567891011
  1. [package]
  2. categories = ["embedded", "external-ffi-bindings", "no-std"]
  3. description = "Type aliases to C types like c_int for use with bindgen"
  4. documentation = "https://docs.rs/aya-bpf-cty"
  5. name = "aya-ebpf-cty"
  6. version = "0.2.2"
  7. authors.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. homepage.workspace = true
  11. edition.workspace = true