slowly moving forward

This commit is contained in:
filipriec
2025-02-23 08:38:58 +01:00
parent cceed6f851
commit 1c613008cd
3 changed files with 20 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
// src/main.rs
use std::env;
use dotenvy::dotenv;
use multieko2::db;
use crate::db;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {