[badges.maintenance]
status = "passively-maintained"
[[bin]]
name = "add-remote"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.colour]
version = "2.1.0"
[dependencies.ctrlc]
version = "3.4.7"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.19"
[dependencies.serde_json]
version = "1.0.140"
[package]
authors = ["Fraser Hutchison <fraser@astria.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "An interactive CLI tool to add a remote fork to a local Git repository."
edition = "2018"
keywords = ["git", "github"]
license = "Apache-2.0 OR MIT"
name = "add-remote"
readme = "README.md"
repository = "https://github.com/Fraser999/Add-Remote.git"
version = "4.0.0"