Pull cli_utils out of cli to stop them from always building

This commit is contained in:
Brendan Hansknecht 2021-11-07 18:33:52 -08:00
parent 1525b7c9c9
commit cbc0b3c0cf
6 changed files with 6 additions and 6 deletions

2
cli_utils/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod bench_utils;
pub mod helpers;