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.
toolpath-cli-0.8.0 is not a library.

toolpath-cli

Deprecated. This crate is now a thin shim that re-exports path-cli. It exists so that cargo install toolpath-cli keeps working — it installs the same path binary as before.

For new installs, use path-cli directly:

cargo install path-cli

The shim only ships the path binary. The dev-only gen_synthetic_path helper lives only in path-cli.

A future release will retire this crate entirely. Pin to path-cli to avoid the eventual removal.