Patched rust setup to be capable of building

This commit is contained in:
Christbru 2025-10-18 15:41:39 -05:00
commit 49b676ad31
4 changed files with 2394 additions and 7 deletions

View file

@ -20,7 +20,7 @@ struct ApiResponse<T> {
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Initialize tracing
tracing_subscriber::init();
tracing_subscriber::fmt::init();
// Load environment variables
dotenv::dotenv().ok();