feat: with basic builder
This commit is contained in:
@@ -9,7 +9,9 @@ const VERSION: &'static str = "<dev>";
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> eyre::Result<()> {
|
||||
dotenv::dotenv().unwrap();
|
||||
if let Err(e) = dotenv::dotenv() {
|
||||
tracing::debug!(error = e.to_string(), "could not load.env")
|
||||
}
|
||||
color_eyre::install().unwrap();
|
||||
|
||||
tracing_subscriber::fmt()
|
||||
|
Reference in New Issue
Block a user