chessfriend/board/Cargo.toml

10 lines
214 B
TOML
Raw Normal View History

2023-12-19 10:32:26 -08:00
[package]
2023-12-20 11:45:55 -08:00
name = "board"
2023-12-19 10:32:26 -08:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chessfriend_core = { path = "../core" }