diff options
| author | Jack O'Connor <[email protected]> | 2019-12-31 19:02:02 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2019-12-31 19:02:02 -0500 |
| commit | e2b200f1daccecf059bd206da6f667f8a4e40382 (patch) | |
| tree | a36a1024ee30172a945d7b53a34496dc1baa1fde /b3sum/Cargo.toml | |
| parent | dc324a189e75f67d34464b9eab574f1851481c06 (diff) | |
WIPbg_reader
Diffstat (limited to 'b3sum/Cargo.toml')
| -rw-r--r-- | b3sum/Cargo.toml | 2 |
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" |
