This repository has been archived on 2025-11-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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();
}