Replace femme logger with simple_logger

This commit is contained in:
Anthony Oteri
2023-09-29 15:05:23 -04:00
parent b0239fb049
commit 13ae092b91
3 changed files with 11 additions and 2 deletions
+3
View File
@@ -32,6 +32,9 @@ pub enum DredgeError {
#[error(transparent)]
IOError(#[from] std::io::Error),
#[error(transparent)]
LoggerError(#[from] log::SetLoggerError),
}
/// An error related to the communication with the registry API.