Add dependency to iterate over enums (for tests)

This commit is contained in:
_Frky 2022-08-04 15:12:19 +02:00
parent 1d4feb49ec
commit 379f48ed80

View file

@ -37,6 +37,8 @@ pnet = "0.29.0"
rand = "0.8.4" rand = "0.8.4"
siphasher = "0.3" siphasher = "0.3"
stderrlog = "0.5.0" stderrlog = "0.5.0"
strum = "0.24.1"
strum_macros = "0.24.2"
[[bin]] [[bin]]
name = "masscanned" name = "masscanned"