# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lazycc" version = "0.1.0" authors = ["Óscar García Amor "] description = "A git hook for writing conventional commits for lazy people" readme = "README.md" keywords = [ "git", "hook", "conventional", "commits", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://gitlab.com/ogarcia/lazycc" [dependencies.anyhow] version = "1.0" [dependencies.argh] version = "0.1" [dependencies.inquire] version = "0.6"