4
0

Cargo.toml 367 B

1234567891011121314
  1. [package]
  2. name = "aya-build"
  3. version = "0.1.2"
  4. description = "Build-time support for aya projects"
  5. authors.workspace = true
  6. license.workspace = true
  7. repository.workspace = true
  8. homepage.workspace = true
  9. rust-version.workspace = true
  10. edition.workspace = true
  11. [dependencies]
  12. anyhow = { workspace = true, default-features = true }
  13. cargo_metadata = { workspace = true }