add reduce to main
This commit is contained in:
parent
4889989de2
commit
930c565940
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ extern crate clap;
|
|||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate num; // cli
|
||||
extern crate reduce; // better reduce function than Iter.fold
|
||||
extern crate serde; // serialization deserialization
|
||||
extern crate serde_json;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Reference in a new issue