mirror of https://github.com/aya-rs/aya
13 lines
329 B
TOML
13 lines
329 B
TOML
[package]
|
|
name = "aya-ebpf-bindings"
|
|
version = "0.1.1"
|
|
description = "Bindings for Linux Kernel eBPF types and helpers"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
aya-ebpf-cty = { version = "^0.2.2", path = "../aya-ebpf-cty" }
|