--- a/rust/rhg/src/main.rs Thu Feb 10 13:56:43 2022 +0100 +++ b/rust/rhg/src/main.rs Thu Feb 10 12:59:32 2022 +0100 @@ -17,6 +17,7 @@ use std::process::Command; mod blackbox; +mod color; mod error; mod ui; pub mod utils {