Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Jun 6, 2022
1 parent a812285 commit 2db8c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shogi_legality_lite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.1.0"
authors = ["Rust shogi crates developers"]
edition = "2021"
rust-version = "1.60"
description = "Fundamental types and functions for shogi"
documentation = "https://docs.rs/shogi_core"
description = "Legality checking in shogi without tables"
documentation = "https://docs.rs/shogi_legality_lite"
readme = "README.md"
repository = "https://github.com/rust-shogi-crates/shogi_core/tree/main/shogi_core"
repository = "https://github.com/rust-shogi-crates/shogi_legality_lite/tree/main/shogi_legality_lite"
license = "MIT"
keywords = ["shogi", "engine"]
categories = ["games", "game-engines", "game-development", "no-std"]
Expand Down
4 changes: 2 additions & 2 deletions shogi_legality_lite_c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.0.0-unpublished"
authors = ["Rust shogi crates developers"]
edition = "2021"
rust-version = "1.60"
description = "C bindings of shogi_core"
repository = "https://github.com/rust-shogi-crates/shogi_core/tree/main/shogi_core_c"
description = "C bindings of shogi_legality_lite"
repository = "https://github.com/rust-shogi-crates/shogi_legality_lite/tree/main/shogi_legality_lite_c"
license = "MIT"
keywords = ["shogi", "engine"]
categories = ["games", "game-engines", "game-development", "no-std"]
Expand Down

0 comments on commit 2db8c14

Please sign in to comment.