diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index b241eb5..5de9d56 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ extern crate imageproc; extern crate itertools; extern crate md5; extern crate num_enum; +extern crate num_traits; extern crate reqwest; extern crate rusttype; extern crate termcolor; |