gitlist 0.1.0

A simple command-line tool to recursively find and list Git repositories.
[[bin]]
name = "gitlist"
path = "src/main.rs"

[dependencies]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A simple command-line tool to recursively find and list Git repositories."
edition = "2021"
keywords = ["cli", "git", "repository", "list"]
license = "MIT"
name = "gitlist"
readme = false
repository = "https://github.com/cleavera/gitlist"
version = "0.1.0"