Skip to content

Commit fffcf2c

Browse files
committed
feat:rearchive api
Signed-off-by: Chen Kai <[email protected]>
1 parent 4171469 commit fffcf2c

File tree

7 files changed

+384
-29
lines changed

7 files changed

+384
-29
lines changed

Cargo.lock

Lines changed: 134 additions & 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
@@ -33,4 +33,5 @@ rand = "0.8.5"
3333
once_cell = "1.19.0"
3434
hex = "0.4.3"
3535
tracing-subscriber = "0.3.18"
36-
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
36+
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
37+
warp = "0.3.2"

bin/archiver/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ again.workspace = true
2323
hex.workspace = true
2424
tracing-subscriber.workspace = true
2525
uuid.workspace = true
26+
warp.workspace = true
2627
blob-archiver-storage = { path = "../../crates/storage" }
2728
blob-archiver-beacon = { path = "../../crates/beacon" }
2829

0 commit comments

Comments
 (0)