### Add Shogai Dependency to Cargo.toml Source: https://github.com/michaelb/shogai/blob/master/README.md To use the Shogai library in your Rust project, add the specified dependency to your Cargo.toml file. This makes the library's functionalities available for your Shogi engine development. ```toml shogai="*" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.