Skip to content

Commit 761b073

Browse files
committed
Add fuel-telemetry to forc-tracing
1 parent 8a3d8df commit 761b073

File tree

4 files changed

+216
-16
lines changed

4 files changed

+216
-16
lines changed

Cargo.lock

Lines changed: 179 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ fuel-types = "0.59"
105105
fuel-tx = "0.59"
106106
fuel-vm = "0.59"
107107

108+
# Dependencies for Fuel Telemetry
109+
fuel-telemetry = { path = "../fuel-telemetry", version = "0.1" }
110+
108111
# Dependencies from the `forc-wallet` repository:
109112
forc-wallet = "0.12"
110113

forc-tracing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repository.workspace = true
1212
ansiterm.workspace = true
1313
tracing.workspace = true
1414
tracing-subscriber = { workspace = true, features = ["ansi", "env-filter", "json"] }
15+
fuel-telemetry.workspace = true
1516

1617
[dev-dependencies]
1718
tracing-test.workspace = true

0 commit comments

Comments
 (0)