Skip to content

Commit 5fe22b9

Browse files
committed
Add flume dependency to mithril-client
It will be used to create a channel between the download thread and the unpack thread.
1 parent e79b1b1 commit 5fe22b9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Cargo.lock

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

mithril-client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cli-table = "0.4.7"
1919
config = "0.13.3"
2020
directories = "5.0.1"
2121
flate2 = "1.0.27"
22+
flume = "0.11.0"
2223
fs2 = "0.4.3"
2324
futures = "0.3.28"
2425
hex = "0.4.3"

0 commit comments

Comments
 (0)