Cargo.toml 347 B

1234567891011121314151617181920
  1. [package]
  2. name = "integration-common"
  3. publish = false
  4. version = "0.1.0"
  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. aya = { path = "../../aya", optional = true }
  15. [features]
  16. user = ["aya"]