mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 17:08:10 -07:00
global: crates cleanup
This commit is contained in:
@@ -9,4 +9,3 @@ license = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
env_logger = "0.11.6"
|
||||
jiff = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
@@ -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>) {
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
use log::info;
|
||||
|
||||
fn main() {
|
||||
brk_logger::init(None);
|
||||
info!("test");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user