4
0

Cargo.toml 490 B

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