Cargo.toml 320 B

12345678910111213141516
  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. rust-version.workspace = true
  10. edition.workspace = true
  11. [dependencies]
  12. aya = { path = "../../aya", optional = true }
  13. [features]
  14. user = ["aya"]