feat: use new error type in structs, utils and config
This commit is contained in:
parent
3e698edf8c
commit
49db25e454
3 changed files with 144 additions and 221 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::Error;
|
||||
use crate::error::Error;
|
||||
use log::debug;
|
||||
use serde::Deserialize;
|
||||
use tokio::fs::read_to_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue