git-conform 0.2.4

Keep track of your local git repositories
Documentation
[package]
name = "git-conform"
version = "0.2.4"
edition = "2024"
description = "Keep track of your local git repositories"
repository = "https://github.com/j3dr/git-conform"
license = "MIT"
readme = "README.md"
keywords = ["git", "tracker", "cli"]
categories = ["command-line-utilities", "development-tools", "visualization"]

[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
clap = { version = "4.6.1", features = ["derive"] }
indicatif = "0.18.4"
walkdir = "2"
home = "0.5.12"
wait-timeout = "0.2.1"
colored = "3"

[dev-dependencies]
serial_test = "3.4.0"

[lints.clippy]
suspicious = "warn"
complexity = "warn"
perf = "warn"
style = "warn"
pedantic = "warn"