Skip to content

Commit

Permalink
feat:rearchive api
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Aug 13, 2024
1 parent 4171469 commit fffcf2c
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 29 deletions.
134 changes: 134 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ rand = "0.8.5"
once_cell = "1.19.0"
hex = "0.4.3"
tracing-subscriber = "0.3.18"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
warp = "0.3.2"
1 change: 1 addition & 0 deletions bin/archiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ again.workspace = true
hex.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
warp.workspace = true
blob-archiver-storage = { path = "../../crates/storage" }
blob-archiver-beacon = { path = "../../crates/beacon" }

Expand Down
Loading

0 comments on commit fffcf2c

Please sign in to comment.