hangman 1.0.0

A simple implementation of the classic hangman game.
Documentation
[package]
name = "hangman"
version = "1.0.0"
authors = ["Timmy Jose <zoltan.jose@gmail.com>"]
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"