[package]
name = "madgit"
version = "0.2.0"
description = "Mass run git distributed across multiple repositories."
license = "MIT"
authors = ["Wiktor W. <wykwit@disroot.org>"]
repository = "https://gitlab.com/wykwit/madgit/"
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
edition = "2024"
[dependencies]
anyhow = "1.0.99"
clap = { version = "4.5.45", features = ["derive"] }
futures = "0.3.31"
regex = "1.11.1"
reqwest = "0.12.23"
tokio = { version = "1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"] }