madgit 0.3.0

Mass run git distributed across multiple repositories.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "madgit"
version = "0.3.0"
authors = ["Wiktor W. <wykwit@disroot.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mass run git distributed across multiple repositories."
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/wykwit/madgit/"

[[bin]]
name = "madgit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.console]
version = "0.15"

[dependencies.futures]
version = "0.3.31"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.23"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "macros",
    "process",
    "rt-multi-thread",
]