adding color_eyre

This commit is contained in:
Chris Cochrun 2024-09-27 06:12:28 -05:00
parent 3f4288c0d2
commit faae0f0186

View file

@ -115,4 +115,5 @@ pub fn setup() {
.with_target(true)
.with_timer(timer)
.init();
color_eyre::install().unwrap();
}