4
0

Cargo.toml 376 B

123456789101112131415
  1. [package]
  2. name = "aya-log-parser"
  3. version = "0.1.13"
  4. description = "A parser for the aya log format strings"
  5. authors.workspace = true
  6. license.workspace = true
  7. repository.workspace = true
  8. homepage.workspace = true
  9. edition.workspace = true
  10. [dependencies]
  11. aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
  12. [lib]
  13. path = "src/lib.rs"