global: crates cleanup

This commit is contained in:
nym21
2025-02-24 00:25:58 +01:00
parent 8acbcc548c
commit 2f93fd7c36
21 changed files with 138 additions and 67 deletions
-1
View File
@@ -8,7 +8,6 @@ use std::{
use color_eyre::owo_colors::OwoColorize;
use env_logger::{Builder, Env};
use jiff::{Timestamp, tz};
pub use log::{debug, error, info, trace, warn};
#[inline(always)]
pub fn init(path: Option<&Path>) {
-3
View File
@@ -1,6 +1,3 @@
use log::info;
fn main() {
brk_logger::init(None);
info!("test");
}