wtg-cli 0.1.0-dev1

A snarky but helpful CLI tool to identify git commits, issues, PRs and file changes, and tell you which release they shipped in
Documentation
[[bin]]
name = "wtg"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive", "env", "unicode", "wrap_help"]
version = "4.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0"

[dependencies.git2]
version = "0.20.2"

[dependencies.octocrab]
version = "0.47.0"

[dependencies.regex]
version = "1.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.42"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"

[package]
authors = ["Mike Perlov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A snarky but helpful CLI tool to identify git commits, issues, PRs and file changes, and tell you which release they shipped in"
edition = "2024"
license = "MIT"
name = "wtg-cli"
readme = false
repository = "https://github.com/mishamsk/wtg"
resolver = "2"
version = "0.1.0-dev1"