# 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 = "quick-commit" version = "0.1.2" authors = ["Thomas Forbes <34174315+thomas-forbes@users.noreply.github.com>"] exclude = ["assets/*"] description = "Commit all changes in 4 key presses" readme = "README.md" keywords = [ "cli", "git", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/thomas-forbes/quick-commit" [[bin]] name = "qc" path = "src/main.rs" [dependencies.colored] version = "2.0" [dependencies.git2] version = "0.13.22"