[chore](root): add trx-protocol to workspace

Update workspace Cargo.toml to include new trx-protocol crate
and update Cargo.lock with new dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-12 20:27:50 +01:00
parent 046449974e
commit da31275a30
2 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -5,6 +5,8 @@
[workspace]
members = [
"src/trx-ft8",
"src/trx-core",
"src/trx-protocol",
"src/trx-server",
"src/trx-server/trx-backend",
"src/trx-server/trx-backend/trx-backend-ft817",
@@ -14,7 +16,6 @@ members = [
"src/trx-client/trx-frontend/trx-frontend-http",
"src/trx-client/trx-frontend/trx-frontend-http-json",
"src/trx-client/trx-frontend/trx-frontend-rigctl",
"src/trx-core",
]
resolver = "2"