1234567891011121314151617181920 |
- [package]
- name = "pgn_filter"
- version = "1.1.0"
- authors = ["Peter Lane <peterlane@gmx.com>"]
- edition = "2018"
- categories = ["games"]
- description = "For searching/filtering pgn files of chess games."
- keywords = ["chess", "pgn"]
- license = "MIT"
- readme = "about.md"
- repository = "https://notabug.org/peterlane/pgn_filter/"
- exclude = ["examples/*.rs"]
- [dependencies]
- textwrap = "0.16.0"
- regex = "1.4.2"
|