chessfriend/bitboard/Cargo.toml
2024-01-24 08:34:23 -08:00

9 lines
211 B
TOML

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