Move src/netutil.rs into its own crate

This commit is contained in:
Michael Vines
2018-12-14 17:14:49 -08:00
parent f0d1ed0cc4
commit eedc8c7812
9 changed files with 46 additions and 13 deletions

View File

@@ -43,7 +43,6 @@ pub mod leader_scheduler;
pub mod ledger;
pub mod ledger_write_stage;
pub mod mint;
pub mod netutil;
pub mod packet;
pub mod poh;
pub mod poh_recorder;