[package] name = "rusty-chess" version = "0.1.0" edition = "2021" description = "A small chess application." authors = ["Christoph Ungricht "] repository = "https://github.com/ungrichtepfl/rusty-chess" readme="README.md" license="GPL-2.0-or-later" license-file="LICENSE" exclude = [ "example-code/*", ".gitignore" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.5.5" lazy_static = "1.4.0"