gitconf 0.1.0

Overlay utility for more convenient and flexible configuration of git
[dependencies.inquire]
version = "0.2.1"

[dependencies.log]
version = "0.4.14"

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

[dependencies.simplelog]
version = "0.11.2"

[dependencies.toml]
version = "0.5.8"

[dependencies.which]
version = "4.2.4"

[package]
authors = ["DomesticMoth"]
categories = ["command-line-utilities", "config", "development-tools"]
description = "Overlay utility for more convenient and flexible configuration of git"
edition = "2021"
keywords = ["git", "cli", "configuration", "profiles", "identities"]
license = "CC0-1.0"
name = "gitconf"
readme = "README.md"
repository = "https://github.com/DomesticMoth/gitconf"
resolver = "2"
version = "0.1.0"