Move int-enum as required depedency

This commit is contained in:
2022-05-16 22:41:59 +08:00
parent 63e39f14c0
commit ec5109dd48
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ extern crate flagset;
extern crate futures_util;
extern crate json;
extern crate indicatif;
#[cfg(feature = "int-enum")]
extern crate int_enum;
#[macro_use]
extern crate lazy_static;