You've already forked AstralRinth
forked from didirus/AstralRinth
Split logging utils into its own crate (#4852)
* Split logging utils into its own crate * fix review comments * remove anyhow from root * make meilisearch less verbose
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
mod error;
|
||||
pub mod log;
|
||||
|
||||
#[cfg(feature = "decimal")]
|
||||
pub mod decimal;
|
||||
|
||||
pub use error::*;
|
||||
pub use modrinth_log as log;
|
||||
|
||||
use eyre::{Result, eyre};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user