[package]
edition = "2024"
name = "toolpath-cli"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "path"
description = "Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly."
readme = "README.md"
keywords = [
"provenance",
"toolpath",
"cli",
"audit",
"traceability",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/empathic/toolpath"
[[bin]]
name = "path"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.path-cli]
version = "0.5.0"