aboutsummaryrefslogtreecommitdiff
path: root/test_vectors/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test_vectors/Cargo.toml')
-rw-r--r--test_vectors/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml
new file mode 100644
index 0000000..aa4c0e7
--- /dev/null
+++ b/test_vectors/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "test_vectors"
+version = "0.0.0"
+edition = "2018"
+
+[dependencies]
+blake3 = { path = "../" }
+hex = "0.4.0"
+reference_impl = { path = "../reference_impl" }
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"