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.
13 lines
388 B
TOML
13 lines
388 B
TOML
[package]
|
|
name = "aya-tool"
|
|
version = "0.1.0"
|
|
authors = ["Alessandro Decina <alessandro.d@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[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 }
|