cmdlink 0.1.0

Rust based CLI tool to add aliases for commands to simplify developer workflow.
[[bin]]
name = "cmdlink"
path = "src/main.rs"

[build-dependencies.dirs]
version = "5.0.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.20"

[dependencies.dirs]
version = "5.0.1"

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

[dependencies.tabled]
version = "0.16.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.toml]
version = "0.8.19"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[package]
authors = ["Infamous <ehuff007@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
description = "Rust based CLI tool to add aliases for commands to simplify developer workflow."
edition = "2021"
keywords = ["alias", "cli", "scripting", "command-line", "automation"]
license = "MIT OR Apache-2.0"
name = "cmdlink"
readme = "README.md"
repository = "https://github.com/ehuff700/cmdlink"
version = "0.1.0"

[target."cfg(windows)".build-dependencies.base64]
version = "0.22.1"

[target."cfg(windows)".build-dependencies.runas]
version = "1.2.0"

[target."cfg(windows)".build-dependencies.windows-registry]
version = "0.3.0"