gitopolis 0.0.0-git

Manage multiple git repositories - CLI tool - run commands, clone, and organize repos with tags
Documentation
[[bin]]
name = "gitopolis"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.git2]
version = "0.20.2"

[dependencies.log]
version = "0.4.28"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.toml]
version = "0.9.8"

[dependencies.wild]
version = "2.2.1"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[lib]
name = "gitopolis"
path = "src/lib.rs"

[package]
authors = ["Tim Abell <t@0x5.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Manage multiple git repositories - CLI tool - run commands, clone, and organize repos with tags"
edition = "2021"
homepage = "https://github.com/timabell/gitopolis"
keywords = ["git", "cli", "multi-repo", "microservices"]
license = "AGPL-3.0-only"
name = "gitopolis"
readme = "README.md"
repository = "https://github.com/timabell/gitopolis"
version = "0.0.0-git"

[package.metadata.cargo-machete]
ignored = ["serde", "openssl"]

[[test]]
name = "end_to_end_tests"
path = "tests/end_to_end_tests.rs"

[[test]]
name = "gitopolis_tests"
path = "tests/gitopolis_tests.rs"