[package] name = "clgui" version = "0.1.0" edition = "2021" include = [ "src/**/*", "Cargo.toml", # "README.md", # "LICENCE" ] homepage = "https://github.com/S4mwise" description = "A minimalist library for terminal GUIs" repository = "https://github.com/S4mwise" keywords = [ "cli", "gui" ] categories = ["command-line-interface"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]