[package] name = "reman" version = "0.3.0" authors = ["DarrienG "] edition = "2018" include = [ "**/*.rs", "Cargo.toml", ] description = "A fun reimplementation of hangman in rust :)" repository="https://gitlab.com/DarrienG/reman" readme = "./README.md" keywords = ["terminal", "tui-rs", "fun", "joy", "happiness"] license = "AGPL-3.0" [dependencies] tui = "0.9.1" unicode-segmentation = "1.6.0" termion = "1.5.5"