[package] name = "rusty-menu" version = "0.1.3" license = "MIT OR Apache-2.0" description = "d-menu like app but more simple and in Rust." readme = "README.md" authors = ["michael hertsens "] edition = "2018" categories = ["command-line-utilities"] repository = "https://github.com/mich2000/rmenu" homepages = "https://github.com/mich2000/rmenu" keywords = ["cli", "menu"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.17.3" colored = "1.9"