toolpath-cli 0.5.1

Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "toolpath-cli"
version = "0.5.1"
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.5.0" }
anyhow = "1.0"