[package]
edition = "2024"
name = "gtl"
version = "0.5.15"
authors = ["root@ltpp.vip"]
build = false
exclude = [
"target",
"Cargo.lock",
"sh",
".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
readme = "README.md"
keywords = [
"git",
"helper",
"remote",
"tool",
"repositories",
]
categories = [
"data-structures",
"development-tools",
]
license = "MIT"
repository = "https://github.com/crates-dev/gtl.git"
[[bin]]
name = "gtl"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.44"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.toml]
version = "0.9.8"