gitpp 0.1.0

Git Personal Parallel Manager — manage 100+ Git repos with one command
# 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 = "gitpp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git Personal Parallel Manager — manage 100+ Git repos with one command"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "parallel",
    "multi-repo",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/kako-jun/gitpp"

[package.metadata]
rustc-version = "1.78.0"

[[bin]]
name = "gitpp"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.encoding_rs]
version = "0.8.34"

[dependencies.ratatui]
version = "0.28"

[dependencies.rustyline]
version = "14.0"

[dependencies.serde]
version = "1.0.200"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false