chore: migrate to dotenvy

This commit is contained in:
2023-01-31 19:54:16 +01:00
parent 0000024004
commit 000002501a
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
use dotenv::dotenv;
use dotenvy::dotenv;
use reqwest::{header, Client};
use std::{env, fs::OpenOptions, io::Write, process};

View File

@@ -1,4 +1,4 @@
use dotenv::dotenv;
use dotenvy::dotenv;
use itertools::Itertools;
use reqwest::{header, Client};
use std::{env, fs::OpenOptions, io::Write, process};