mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 08:30:53 +00:00
Use dotenvy instead of unmaintained dotenv and use it for the tests
This commit is contained in:
parent
c82c610c4b
commit
ca3aadcf1a
3 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue