gitbackup 0.2.6

Backup all your git repositories with a single command
[[bin]]
name = "gitbackup"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.directories]
version = "6.0"

[dependencies.git2]
version = "0.20"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "http2", "charset", "blocking"]
version = "0.12"

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

[dependencies.toml]
version = "0.9"

[package]
authors = ["Adrian Tombu <adrian@otso.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming"]
description = "Backup all your git repositories with a single command"
edition = "2021"
include = ["/src", "LICENSE.md", "README.md"]
keywords = ["backup", "git", "github", "gitea", "gitlab"]
license = "MIT"
name = "gitbackup"
readme = "README.md"
repository = "https://codeberg.org/adriantombu/gitbackup"
version = "0.2.6"