Install color_eyre

This commit is contained in:
SkyfallWasTaken 2024-07-09 21:42:45 +01:00
parent 4db902d286
commit 0eb1a7e178

View file

@ -10,6 +10,7 @@ async fn main() -> Result<()> {
let env = Env::new()
.filter("DINOPKG_LOG")
.write_style("DINOPKG_LOG_STYLE");
color_eyre::install()?;
env_logger::try_init_from_env(env)?;
let cli = Cli::parse();