tests for my IP picker

This commit is contained in:
Rob Walker
2018-09-19 18:33:40 -07:00
parent 12a474b6ee
commit 8ccfb26923
3 changed files with 80 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ extern crate chrono;
extern crate clap;
extern crate dirs;
extern crate generic_array;
extern crate ipnetwork;
extern crate itertools;
extern crate jsonrpc_core;
#[macro_use]