4
0

Cargo.toml 491 B

1234567891011121314151617181920212223
  1. [package]
  2. description = "A parser for the aya log format strings"
  3. name = "aya-log-parser"
  4. version = "0.1.13"
  5. authors.workspace = true
  6. edition.workspace = true
  7. homepage.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. rust-version.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"