Skip to content

Commit a532850

Browse files
committed
feat(tap-agent): finish v2 implementation
1 parent c76ebde commit a532850

File tree

11 files changed

+834
-144
lines changed

11 files changed

+834
-144
lines changed

crates/attestation/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ edition = "2021"
66
[dependencies]
77
anyhow.workspace = true
88
indexer-allocation = { path = "../allocation" }
9+
sha2.workspace = true
910
thegraph-core.workspace = true
11+
tracing.workspace = true
1012

1113

1214
[dev-dependencies]

0 commit comments

Comments
 (0)