Cargo.toml 290 B

123456789101112131415
  1. [package]
  2. name = "integration-common"
  3. version = "0.1.0"
  4. publish = false
  5. authors.workspace = true
  6. license.workspace = true
  7. repository.workspace = true
  8. homepage.workspace = true
  9. edition.workspace = true
  10. [dependencies]
  11. aya = { path = "../../aya", optional = true }
  12. [features]
  13. user = ["aya"]