[[bin]]
name = "gtl"
path = "src/main.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools"]
description = "gtl is a Git-based tool designed to simplify the management of multiple remote repositories. It extends Git's functionality by providing one-click initialization and pushing to multiple remote repositories, making it especially useful for developers who need to maintain multiple remote repositories simultaneously."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["git", "helper", "remote", "tool", "repositories"]
license = "MIT"
name = "gtl"
readme = "README.md"
repository = "https://github.com/ltpp-universe/gtl.git"
version = "0.3.2"