chessfriend/core/Cargo.toml
Eryn Wells 025ceb2694 [core] Move the contents of board::square to core::cordinates
Export Square, Direction, Rank, and File from the core crate.
2024-01-23 17:18:48 -08:00

8 lines
173 B
TOML

[package]
name = "core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]