[package] name = "hangman" version = "1.0.0" authors = ["Timmy Jose "] description = "A simple implementation of the classic hangman game." homepage = "https://github.com/timmyjose/hangman" keywords = ["hangman", "console", "game"] license = "MIT" [dependencies] rand = "0.4.2"