mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-29 11:48:12 -07:00
global: snapshot
This commit is contained in:
@@ -11,4 +11,4 @@ repository.workspace = true
|
||||
env_logger = "0.11.8"
|
||||
jiff = { workspace = true }
|
||||
log = { workspace = true }
|
||||
owo-colors = { workspace = true }
|
||||
owo-colors = "4.2.2"
|
||||
|
||||
@@ -12,7 +12,7 @@ use std::{
|
||||
|
||||
use env_logger::{Builder, Env};
|
||||
use jiff::{Timestamp, tz};
|
||||
use owo_colors::OwoColorize;
|
||||
pub use owo_colors::OwoColorize;
|
||||
|
||||
#[inline]
|
||||
pub fn init(path: Option<&Path>) {
|
||||
|
||||
Reference in New Issue
Block a user