[package] name = "commit-cli" version = "0.1.0" edition = "2021" description = "Tool to standardize commits in a project" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0" dialoguer = "0.8" git2 = "0.13" colored = "2.0" appendlist = "=1.4.0"