[package] name = "asciiportals-tui" version = "0.1.0" edition = "2021" readme = "README.org" documentation = "https://gitlab.com/bennetctsoris/asciiportals" homepage = "https://gitlab.com/bennetctsoris/asciiportals" repository = "https://gitlab.com/bennetctsoris/asciiportals" license = "GPL-2.0" keywords = ["game", "no-skill", "fun"] description = "Fun little no-skill game." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tuikit = "0.4.6" rand = "0.8.5"