[[bin]]
name = "git-switch-branch"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28.1"
[dependencies.dirs]
version = "5.0.1"
[lib]
name = "git_switch_branch"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "quickly switch git branches visually from the terminal"
edition = "2021"
homepage = "http://github.com/nlfmt/git-switch-branch"
keywords = ["git", "branch", "checkout", "terminal", "cli"]
license = "MIT"
license-file = "LICENSE"
name = "git-switch-branch"
readme = "README.md"
repository = "http://github.com/nlfmt/git-switch-branch"
version = "0.2.0"