Cargo.toml 417 B

1234567891011121314151617
  1. [package]
  2. name = "integration-test"
  3. version = "0.1.0"
  4. edition = "2021"
  5. publish = false
  6. [dependencies]
  7. anyhow = "1"
  8. aya = { path = "../../aya" }
  9. inventory = "0.2"
  10. integration-test-macros = { path = "../integration-test-macros" }
  11. lazy_static = "1"
  12. libc = { version = "0.2.105" }
  13. log = "0.4"
  14. object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
  15. regex = "1"
  16. env_logger = "0.9"