gitup 0.1.0

Gitup is a Rust CLI tool for checking, installing, and configuring Git on your system.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gitup"
version = "0.1.0"
authors = ["Lucian <neuraluc@gmail.com>"]
edition = "2021"

description = "Gitup is a Rust CLI tool for checking, installing, and configuring Git on your system."

license = "MIT"

readme = "readme.md"

homepage = "https://github.com/exaluc/gitup"
repository = "https://github.com/exaluc/gitup"

categories = ["command-line-utilities", "development-tools"]
keywords = ["git", "cli", "setup"]