feat: use new error type in structs, utils and config

This commit is contained in:
Radical 2025-05-23 12:54:52 +02:00
parent 3e698edf8c
commit 49db25e454
3 changed files with 144 additions and 221 deletions

View file

@ -1,4 +1,4 @@
use crate::Error;
use crate::error::Error;
use log::debug;
use serde::Deserialize;
use tokio::fs::read_to_string;