Skip to content

Commit c40ff9a

Browse files
committed
feat:add more archiver test
Signed-off-by: Chen Kai <[email protected]>
1 parent c5c91e2 commit c40ff9a

File tree

8 files changed

+458
-37
lines changed

8 files changed

+458
-37
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ tokio = { version = "1.38.1", features = ["full"] }
3131
again = "0.1.2"
3232
rand = "0.8.5"
3333
once_cell = "1.19.0"
34-
hex = "0.4.3"
34+
hex = "0.4.3"
35+
tracing-subscriber = "0.3.18"

bin/archiver/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ tokio.workspace = true
2121
eyre.workspace = true
2222
again.workspace = true
2323
hex.workspace = true
24+
tracing-subscriber.workspace = true
2425
blob-archiver-storage = { path = "../../crates/storage" }
2526
blob-archiver-beacon = { path = "../../crates/beacon" }
2627

28+

0 commit comments

Comments
 (0)