rust/rhg/src/main.rs
changeset 48733 39c447e03dbc
parent 48732 d4a5c2197208
child 48734 3e2b4bb286e7
--- 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 {