[package] name = "Rustic_Hangman" version = "0.1.1" authors = ["Arc676/Alessandro Vinciguerra ", "Fatcat560 "] edition = "2018" description = "Crate for the popular game Hangman" repository = "https://gitlab.com/Cargo-Shorts/Hangman" readme = "README.md" license = "GPL-3.0-only" exclude = ["target/*"] keywords = ["hangman", "puzzle", "guessing", "letters", "library"] categories = ["game-engines"] [dependencies] rand = "0.3.14" [lib] name = "hangman" path = "lib/lib.rs" crate-type = ["lib"] [[bin]] name = "hangman" path = "src/main.rs"