From a586f6ae0defa0666f5823c58f55a9e1277bc00d Mon Sep 17 00:00:00 2001 From: idky137 Date: Mon, 17 Feb 2025 11:31:55 +0000 Subject: [PATCH] added testvectors crate to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 19b8c1cb6..32e9f5064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ members = [ "zingo-netutils", "zingo-memo", "zingo-sync", + "testvectors", ] resolver = "2"