Cargo.toml 434 B

123456789101112131415161718
  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. [dev-dependencies]
  13. assert_matches = { workspace = true }
  14. [lib]
  15. path = "src/lib.rs"