git-conform 0.1.2

Keep track of your local git repositories
Documentation
[[bin]]
name = "git-conform"
path = "src/main.rs"

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

[dependencies.home]
version = "0.5.11"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dependencies.wait-timeout]
version = "0.2.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.serial_test]
version = "3.2.0"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "visualization"]
description = "Keep track of your local git repositories"
edition = "2021"
keywords = ["git", "tracker", "cli"]
license = "MIT"
name = "git-conform"
readme = "README.md"
repository = "https://github.com/ndr3www/git-conform"
version = "0.1.2"

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

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

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

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

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