git-id 1.1.2

A command-line tool to manage any number of GitHub/GitLab accounts on one machine.
[package]
name = "git-id"
version = "1.1.2"
edition = "2024"
license = "MIT"
publish = ["crates-io"]
authors = ["John Thor <lucknite7@gmail.com>"]
categories = ["command-line-utilities"]
keywords = ["git", "cli", "profile", "github", "gitlab"]
readme = "README.md"
repository = "https://github.com/se7uh/git-id"
homepage = "https://github.com/se7uh/git-id"
description = "A command-line tool to manage any number of GitHub/GitLab accounts on one machine."

[dependencies]
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
dirs = "5"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
dialoguer = "0.11"

[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"