rc created
parent
48d39addf0
commit
d94b0f809b
|
|
@ -18,7 +18,8 @@ async fn main() -> Result<()> {
|
|||
let _ = setup_logger().await?;
|
||||
dotenv().ok();
|
||||
info!("Pulling env vars from .env file if exists ...");
|
||||
println!("Hello, world!");
|
||||
|
||||
//
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue