From c24986640589df2aa5b2f7360cc8bea71ed49fbb Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Sun, 7 Apr 2019 12:21:58 +0200 Subject: Use strum_macros::EnumIter instead of manually listing Enum variants --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5384ee7..94b7455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,5 @@ futures = "0.1.26" libflate = "0.1.21" failure = "0.1.5" log = "0.4.6" +strum = "0.15.0" +strum_macros = "0.15.0" \ No newline at end of file -- cgit v1.2.3