1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-21 04:02:50 +02:00
BLAKE3/test_vectors/Cargo.toml
2020-01-04 21:49:38 -05:00

14 lines
390 B
INI

[package]
name = "test_vectors"
version = "0.0.0"
edition = "2018"
[dependencies]
# If you ever change these path dependencies, you'll probably need to update
# cross_test.sh, or CI will break. I'm sorry >.<
blake3 = { path = "../", features=["c_avx512"] }
hex = "0.4.0"
reference_impl = { path = "../reference_impl" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"