feat: with basic builder

This commit is contained in:
2023-04-07 03:13:09 +02:00
parent 55f711272f
commit fc1ec96eab
6 changed files with 251 additions and 1 deletions

View File

@@ -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()