[chore](trx-rs): centralize version in workspace.package

Add [workspace.package] version = "0.1.0" to the root Cargo.toml and
switch all 21 member crates to version.workspace = true so the entire
workspace is versioned from a single place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-14 09:13:06 +01:00
parent f7d3a935ee
commit 1dec2c2663
22 changed files with 24 additions and 21 deletions
+3
View File
@@ -28,6 +28,9 @@ members = [
]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
flate2 = "1"
tokio = "1"