# 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 = "git-branch-deleter" version = "0.1.11" description = "Delete local git branches comfortably with a minimalistic TUI" homepage = "https://github.com/git-branch-deleter/git-branch-deleter" documentation = "https://docs.rs/git-branch-deleter" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Enselic/git-branch-deleter" [dependencies.termion] version = "3.0.0"