Skip to content

Commit 286c8d2

Browse files
committed
feat(client-cli): implement unpack of Cardano node distribution
1 parent 9e1f5a6 commit 286c8d2

File tree

8 files changed

+767
-1
lines changed

8 files changed

+767
-1
lines changed

Cargo.lock

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

mithril-client-cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ chrono = { workspace = true }
3131
clap = { workspace = true }
3232
cli-table = "0.5.0"
3333
config = { workspace = true }
34+
flate2 = "1.1.1"
3435
fs2 = "0.4.3"
3536
futures = "0.3.31"
3637
human_bytes = { version = "0.4.3", features = ["fast"] }
@@ -54,8 +55,10 @@ slog = { workspace = true, features = [
5455
slog-async = { workspace = true }
5556
slog-bunyan = { workspace = true }
5657
slog-term = { workspace = true }
58+
tar = "0.4.44"
5759
thiserror = { workspace = true }
5860
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
61+
zip = "4.0.0"
5962

6063
[dev-dependencies]
6164
mithril-common = { path = "../mithril-common", features = ["test_tools"] }

0 commit comments

Comments
 (0)