[package]
name = "gitbackup"
version = "0.2.6"
edition = "2021"
authors = ["Adrian Tombu <adrian@otso.fr>"]
keywords = ["backup", "git", "github", "gitea", "gitlab"]
categories = ["command-line-utilities", "web-programming"]
description = "Backup all your git repositories with a single command"
license = "MIT"
repository = "https://codeberg.org/adriantombu/gitbackup"
include = ["/src", "LICENSE.md", "README.md"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
directories = "6.0"
git2 = "0.20"
regex = "1.11"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2", "charset", "blocking"] }
serde = { version = "1", features = ["derive"] }
toml = "0.9"