Use dotenvy instead of unmaintained dotenv and use it for the tests

This commit is contained in:
B. Blechschmidt 2023-03-22 18:06:51 +01:00
parent c82c610c4b
commit ca3aadcf1a
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,6 @@ struct Args {
}
fn main() {
dotenv::dotenv().ok();
env_logger::Builder::from_env(Env::default().default_filter_or("info")).init();
let args = Args::parse();