Cargo.toml 415 B

12345678910111213141516
  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. edition.workspace = true
  9. homepage.workspace = true
  10. license.workspace = true
  11. repository.workspace = true
  12. rust-version.workspace = true
  13. [lints]
  14. workspace = true