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
260 B
TOML
13 lines
260 B
TOML
2 months ago
|
[package]
|
||
|
name = "aya-build"
|
||
|
version = "0.1.0"
|
||
|
authors.workspace = true
|
||
|
license.workspace = true
|
||
|
repository.workspace = true
|
||
|
homepage.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = { workspace = true }
|
||
|
cargo_metadata = { workspace = true }
|