[chore](root): update Cargo.lock with trx-app dependency

Lock file updated after adding trx-app crate to workspace.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-12 20:41:25 +01:00
parent 1a2ae96b6a
commit 8425d0bab6
Generated
+15
View File
@@ -2168,6 +2168,19 @@ dependencies = [
"tracing-log",
]
[[package]]
name = "trx-app"
version = "0.1.0"
dependencies = [
"dirs",
"libloading",
"serde",
"thiserror 2.0.17",
"toml",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "trx-backend"
version = "0.1.0"
@@ -2217,6 +2230,7 @@ dependencies = [
"toml",
"tracing",
"tracing-subscriber",
"trx-app",
"trx-core",
"trx-frontend",
"trx-frontend-http",
@@ -2316,6 +2330,7 @@ dependencies = [
"toml",
"tracing",
"tracing-subscriber",
"trx-app",
"trx-backend",
"trx-core",
"trx-ft8",