mirror of https://github.com/aya-rs/aya
12 lines
358 B
TOML
12 lines
358 B
TOML
[package]
|
|
categories = ["embedded", "external-ffi-bindings", "no-std"]
|
|
description = "Type aliases to C types like c_int for use with bindgen"
|
|
documentation = "https://docs.rs/aya-bpf-cty"
|
|
name = "aya-ebpf-cty"
|
|
version = "0.2.2"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|