[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:
Generated
+15
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user