chore: remove tracing and replace color-eyre with anyhow

This commit is contained in:
uku 2025-05-21 22:40:24 +02:00
parent 6f46c768ce
commit c39c46d419
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 20 additions and 230 deletions

View file

@ -1,6 +1,6 @@
use std::{path::Path, sync::LazyLock};
use color_eyre::eyre::{Result, bail};
use anyhow::{Result, bail};
use futures::StreamExt;
use relm4::Sender;
use reqwest::{