toolpath-cli 0.8.0

Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly.
[package]
name = "toolpath-cli"
version = "0.8.0"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/empathic/toolpath"
description = "Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly."
keywords = ["provenance", "toolpath", "cli", "audit", "traceability"]
categories = ["command-line-utilities", "development-tools"]
default-run = "path"

[[bin]]
name = "path"
path = "src/main.rs"

[dependencies]
path-cli = { path = "../path-cli", version = "0.8.0" }
anyhow = "1.0"

[workspace]