Files
Ingest/src/main.rs
2024-10-04 16:56:29 -04:00

7 lines
76 B
Rust

use dotenvy::dotenv;
#[tokio::main]
async fn main() {
dotenv().ok();
}