Skip to content

Commit

Permalink
Use a dep instead of writing a pgn parser
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Jun 23, 2024
1 parent 2fbd615 commit ac15374
Show file tree
Hide file tree
Showing 16 changed files with 1,423 additions and 1,082 deletions.
85 changes: 51 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "GPL-3.0"
# clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "0.1.0", path = "clap-dynamic", package = "clap-dynamic" }
clap_complete = "4.5.5"
# micromap = "0.0.15"
smartstring = { version = "1.0.1", default-features = false }
memmap2 = "0.9.4"
pgn-lexer = { git = "https://github.com/datawater/pgn-lexer" }

[profile.release]
opt-level = 3
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
push: commit
git push origin main

commit: pre-commit
commit: check
git add .
git commit

pre-commit:
check:
cargo check
cargo fmt
cargo test
cargo deny check
Expand Down
Loading

0 comments on commit ac15374

Please sign in to comment.