[[bin]]
name = "gitup"
path = "src/main.rs"
[package]
authors = ["Lucian <neuraluc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Gitup is a Rust CLI tool for checking, installing, and configuring Git on your system."
edition = "2021"
homepage = "https://github.com/exaluc/gitup"
keywords = ["git", "cli", "setup"]
license = "MIT"
name = "gitup"
readme = "readme.md"
repository = "https://github.com/exaluc/gitup"
version = "0.1.0"