1 2 3 4 5 6 7
use oneTenCubed_hey::{cli, storage}; fn main() { storage::initialize_storage(); cli::dispatcher(); }