From 2db8c14e254b7dcc16e658851dc3e2c450569c9a Mon Sep 17 00:00:00 2001 From: koba-e964 <3303362+koba-e964@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:24:21 +0900 Subject: [PATCH] Fix description --- shogi_legality_lite/Cargo.toml | 6 +++--- shogi_legality_lite_c/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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"]