Remove unnecessary crates.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-10 21:37:21 -07:00
parent 9a45ba6d72
commit bcf6b6d5d0
3 changed files with 0 additions and 14 deletions

View File

@@ -26,7 +26,6 @@ extern crate image;
extern crate log;
extern crate num_cpus;
extern crate rand;
extern crate rayon;
#[macro_use]
extern crate structopt;
#[macro_use]