Update the Cargo.toml files

This commit is contained in:
Eryn Wells 2024-01-28 09:58:50 -08:00
parent 220da08727
commit ed55eda901
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chessfriend_core = { path = "../core" }
chessfriend_position = { path = "../board" }
chessfriend_position = { path = "../position" }
clap = { version = "4.4.12", features = ["derive"] }
rustyline = "13.0.0"
shlex = "1.2.0"