[position] Rename the board crate → chessfriend_position in Cargo.toml
Rename the crate, but don't move any files.
This commit is contained in:
parent
b002442b42
commit
76ac719418
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
use board::piece::{Color, Piece, Shape};
|
||||
use board::Position;
|
||||
use chessfriend_core::Square;
|
||||
use chessfriend_position::{fen::ToFen, MakeMoveBuilder, MoveBuilder, Position, PositionBuilder};
|
||||
use clap::{Arg, Command};
|
||||
use rustyline::error::ReadlineError;
|
||||
use rustyline::DefaultEditor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue