Cargo.toml 394 B

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