dyd 1.7.0

CLI for daily diffing of git repos
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive", "env"]
version = "4.0"

[dependencies.crossterm]
version = "0.26"

[dependencies.envsubst]
version = "0.2"

[dependencies.indexmap]
version = "1.9"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.5"

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

[dependencies.toml]
version = "0.7"

[dependencies.tui]
version = "0.19"

[features]
strict = []

[package]
authors = ["Eric Saxby", "synchronal.dev"]
description = "CLI for daily diffing of git repos"
edition = "2021"
exclude = ["fixtures/*"]
license = "MIT"
name = "dyd"
readme = "README.md"
repository = "https://github.com/synchronal/dyd"
version = "1.7.0"