aboutsummaryrefslogtreecommitdiff
path: root/b3sum/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'b3sum/Cargo.toml')
-rw-r--r--b3sum/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index c8e0c15..fcd1fa3 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -17,6 +17,8 @@ blake3 = { version = "0.1", path = ".." }
clap = { version = "2.33.0", default-features = false }
hex = "0.4.0"
memmap = { version = "0.7.0", optional = true }
+once_cell = "1.2.0"
+crossbeam = "0.7.3"
[dev-dependencies]
assert_cmd = "0.12.0"