mirror of
https://github.com/oconnor663/bao
synced 2025-04-15 12:38:00 +02:00
DO NOT LAND: blake3 path
This commit is contained in:
parent
596d957ce5
commit
3f2f75ec66
@ -11,7 +11,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.7.1"
|
||||
blake3 = "1.0.0"
|
||||
blake3 = { path = "../BLAKE3" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.9.0"
|
||||
|
@ -21,7 +21,7 @@ rayon = ["blake3/rayon"]
|
||||
anyhow = "1.0.95"
|
||||
assert_cmd = "2.0.16"
|
||||
bao = { path = "..", version = "0.13" }
|
||||
blake3 = "1.0.0"
|
||||
blake3 = { path = "../../BLAKE3" }
|
||||
docopt = "1.1.0"
|
||||
hex = "0.4.0"
|
||||
memmap2 = "0.9.5"
|
||||
|
Loading…
Reference in New Issue
Block a user