[package] name = "cnct4game" version = "0.2.0" edition = "2021" authors = ["Ashton Coates "] license = "MIT" description = "A connect 4 game in the command line with custom board sizes" readme = "README.md" homepage = "https://github.com/AshtonCoates/cnct4game" repository = "https://github.com/AshtonCoates/cnct4game" keywords = ["cli", "connect-four", "game"] categories = ["command-line-utilities"] [dependencies] clap = { version = "4.4.11", features = ["derive"] }