@@ -45,10 +45,12 @@ use tower_http::{
|
|||||||
};
|
};
|
||||||
use tracing::{debug, error, info, warn, Span};
|
use tracing::{debug, error, info, warn, Span};
|
||||||
use tracing_subscriber::{prelude::*, reload, EnvFilter, Registry};
|
use tracing_subscriber::{prelude::*, reload, EnvFilter, Registry};
|
||||||
use utils::error::{Error, Result};
|
use utils::{
|
||||||
|
clap,
|
||||||
|
error::{Error, Result},
|
||||||
|
};
|
||||||
|
|
||||||
mod api;
|
mod api;
|
||||||
mod clap;
|
|
||||||
mod config;
|
mod config;
|
||||||
mod database;
|
mod database;
|
||||||
mod routes;
|
mod routes;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
pub(crate) mod clap;
|
||||||
pub(crate) mod debug;
|
pub(crate) mod debug;
|
||||||
pub(crate) mod error;
|
pub(crate) mod error;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user