diff --git a/shogi_legality_lite/Cargo.toml b/shogi_legality_lite/Cargo.toml index 8943068..bd1f2d3 100644 --- a/shogi_legality_lite/Cargo.toml +++ b/shogi_legality_lite/Cargo.toml @@ -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"] diff --git a/shogi_legality_lite_c/Cargo.toml b/shogi_legality_lite_c/Cargo.toml index 5bb4d91..a001a90 100644 --- a/shogi_legality_lite_c/Cargo.toml +++ b/shogi_legality_lite_c/Cargo.toml @@ -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"]