[package] name = "gitty" version = "0.1.5" authors = ["dlundgaard "] edition = "2018" description = "Interactive command line interface for enhanced workflow when using the Git CLI" license = "MIT OR Apache-2.0" keywords = ["git", "cli", "workflow", "interface", "utility"] categories = ["command-line-interface", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.5.17" dialoguer = "0.11.0"