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.
aya/btftool/Cargo.toml

12 lines
249 B
TOML

[package]
name = "btftool"
version = "0.1.0"
authors = ["The Aya Contributors"]
edition = "2018"
[dependencies]
clap = { version = "3", features=["derive"] }
aya = { path = "../aya", features = ["btf"] }
anyhow = "1"
object = "0.28"
thiserror = "1"