[package] name = "cmdr" version = "0.3.12" edition = "2018" authors = ["Mendelt Siebenga "] license = "MIT/Apache-2.0" description = "Cmdr is a library for building line-oriented text-based user interfaces" repository = "https://github.com/mendelt/cmdr" categories = ["command-line-interface"] keywords = ["cmdr", "cli", "text", "command-line"] readme = "../README.md" include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"] [dependencies] cmdr_macro = { version="0.3.12", path="../cmdr_macro" } rustyline = "6.2.0"