mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.1"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|