[package] name = "monkay" version = "0.1.0" edition = "2021" authors = ["Sidharth Sahni "] license = "MIT OR Apache-2.0" description = "A cli typing test for all those monkey type addicts" readme = "README.md" homepage = "https://github.com/deevo-sage/rust-typing-test" repository ="https://github.com/deevo-sage/rust-typing-test" keywords = ["cli","demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.0.0" rand = "0.8.3"