aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-cli/Cargo.toml')
-rw-r--r--fatcat-cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index 1cb7aab..01758ed 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -39,6 +39,7 @@ tempfile = "3"
indicatif = "0.15"
url = "*"
sha1 = { version = "*", features = ["std"] }
+crossbeam-channel = "0.5"
[dev-dependencies]
assert_cmd = "1"