git-co 0.1.1

A command-line tool for simplified git branch checkout.
[dependencies.clap]
features = ["derive"]
version = "4.3.0"

[dependencies.git2]
version = "0.17.1"

[dependencies.skim]
version = "0.10.4"

[package]
description = "A command-line tool for simplified git branch checkout."
edition = "2021"
homepage = "https://github.com/ot07/git-co"
keywords = ["git", "branch", "checkout", "cli"]
license-file = "LICENSE"
name = "git-co"
readme = "README.md"
repository = "https://github.com/ot07/git-co"
version = "0.1.1"