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.
17 lines
513 B
TOML
17 lines
513 B
TOML
[package]
|
|
name = "aya-tool"
|
|
version = "0.1.0"
|
|
description = "A tool for generating bindings for Linux Kernel types"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
bindgen = { workspace = true, default-features = true }
|
|
clap = { workspace = true, default-features = true, features = ["derive"] }
|
|
anyhow = { workspace = true, default-features = true }
|
|
thiserror = { workspace = true }
|
|
tempfile = { workspace = true }
|