[package] name = "lazycc" version = "0.1.0" authors = ["Óscar García Amor "] edition = "2021" description = "A git hook for writing conventional commits for lazy people" readme = "README.md" repository = "https://gitlab.com/ogarcia/lazycc" license = "GPL-3.0-only" keywords = ["git", "hook", "conventional", "commits"] categories = ["command-line-utilities", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" argh = "0.1" inquire = "0.6"