[package] name = "zchess" version = "0.1.0" authors = ["Aiden Zepp "] edition = "2021" description = "(WIP) A library for calculating chess moves in a 3-dimensional space." repository = "https://github.com/aidenzepp/zchess" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "2.3.3" thiserror = "1.0.43"