implement a cli module #85

Merged
PlexSheep merged 46 commits from feat/cli into devel 2024-07-09 18:12:24 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1e912d9be8 - Show all commits

View File

@ -23,6 +23,7 @@ use std::{
pub mod error;
use error::*;
pub use tracing;
pub use tracing::{debug, error, info, trace, warn, Level};
use tracing_appender::{self, non_blocking::NonBlocking};
use tracing_subscriber::fmt::{format::FmtSpan, time};