git-mover 1.0.2

Move git repositories to a new location
Documentation
[[bin]]
name = "git-mover"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.24"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.git2]
version = "0.19.0"

[dependencies.home]
version = "0.5.11"

[dependencies.log]
version = "0.4.22"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.135"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.toml]
version = "0.8.19"

[dependencies.url]
version = "2.5.4"

[lib]
name = "git_mover"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Move git repositories to a new location"
documentation = "https://docs.rs/git-mover"
edition = "2021"
keywords = ["utility", "git", "cli"]
license = "MIT"
name = "git-mover"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/git-mover"
version = "1.0.2"