Create main.rs file

This commit is contained in:
Ethan Girouard 2024-10-04 16:56:29 -04:00
parent d5130516ac
commit 8d45f987d5
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

6
src/main.rs Normal file
View File

@ -0,0 +1,6 @@
use dotenvy::dotenv;
#[tokio::main]
async fn main() {
dotenv().ok();
}