Cargo.toml 403 B

1234567891011121314151617181920
  1. [package]
  2. name = "pgn_filter"
  3. version = "1.1.0"
  4. authors = ["Peter Lane <peterlane@gmx.com>"]
  5. edition = "2018"
  6. categories = ["games"]
  7. description = "For searching/filtering pgn files of chess games."
  8. keywords = ["chess", "pgn"]
  9. license = "MIT"
  10. readme = "about.md"
  11. repository = "https://notabug.org/peterlane/pgn_filter/"
  12. exclude = ["examples/*.rs"]
  13. [dependencies]
  14. textwrap = "0.16.0"
  15. regex = "1.4.2"