From 379f48ed8060f4c8bbf9a20af9cdbde87688438e Mon Sep 17 00:00:00 2001 From: _Frky <3105926+Frky@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:12:19 +0200 Subject: [PATCH] Add dependency to iterate over enums (for tests) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dc4028d..872d250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,8 @@ pnet = "0.29.0" rand = "0.8.4" siphasher = "0.3" stderrlog = "0.5.0" +strum = "0.24.1" +strum_macros = "0.24.2" [[bin]] name = "masscanned"