1// NOTE: this code should all be used in the 'bin' target 2#![allow(dead_code)] 3 4pub mod cli; 5pub mod errors;