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
4 years ago
|
[package]
|
||
1 year ago
|
categories = ["embedded", "external-ffi-bindings", "no-std"]
|
||
4 years ago
|
description = "Type aliases to C types like c_int for use with bindgen"
|
||
9 months ago
|
documentation = "https://docs.rs/aya-bpf-cty"
|
||
8 months ago
|
name = "aya-ebpf-cty"
|
||
2 years ago
|
version = "0.2.1"
|
||
9 months ago
|
authors.workspace = true
|
||
|
license.workspace = true
|
||
|
repository.workspace = true
|
||
|
homepage.workspace = true
|
||
|
edition.workspace = true
|