Cargo.toml 260 B

123456789101112
  1. [package]
  2. name = "aya-build"
  3. version = "0.1.0"
  4. authors.workspace = true
  5. license.workspace = true
  6. repository.workspace = true
  7. homepage.workspace = true
  8. edition.workspace = true
  9. [dependencies]
  10. anyhow = { workspace = true }
  11. cargo_metadata = { workspace = true }