From 3d5d599e20ebb89bcd16a5c32efac901d25c2021 Mon Sep 17 00:00:00 2001 From: Adam Milner Date: Mon, 2 Mar 2026 21:43:29 -0800 Subject: [PATCH] rename tca -> tca-cli to avoid crates.io name collision --- tca/Cargo.toml | 2 +- tca/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tca/Cargo.toml b/tca/Cargo.toml index 020f019..dd81a92 100644 --- a/tca/Cargo.toml +++ b/tca/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tca" +name = "tca-cli" version.workspace = true edition.workspace = true license.workspace = true diff --git a/tca/README.md b/tca/README.md index 302d4b7..50b324e 100644 --- a/tca/README.md +++ b/tca/README.md @@ -5,7 +5,7 @@ CLI tool for validating and exporting [TCA](https://github.com/carmiac/tca-rust) ## Installation ```sh -cargo install tca +cargo install tca-cli ``` Or build from source: