git-alias 1.2.9

A fast git alias tool with dual-style command support
[package]
name = "git-alias"
version = "1.2.9"
edition = "2024"
description = "A fast git alias tool with dual-style command support"
authors = ["Your Name"]
license = "MIT"

[dependencies]
clap = { version = "4", features = ["derive"] }
colored = "2"
dirs = "5"
toml = "0.8"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.56", features = ["Win32_System_LibraryLoader", "Win32_System_Console", "Win32_Foundation"] }

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true