chore: remove tracing and replace color-eyre with anyhow
This commit is contained in:
parent
6f46c768ce
commit
c39c46d419
6 changed files with 20 additions and 230 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue