4
0

Cargo.toml 464 B

12345678910111213141516171819
  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. rust-version.workspace = true
  10. edition.workspace = true
  11. [dependencies]
  12. aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
  13. [dev-dependencies]
  14. assert_matches = { workspace = true }
  15. [lib]
  16. path = "src/lib.rs"