[package]
name = "madgit"
version = "0.1.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.98"
clap = { version = "4.5.4", features = ["derive"] }
futures = "0.3.31"
tokio = { version = "1.37.0", features = ["fs", "macros", "process", "rt-multi-thread"] }