Skip to content

Commit 4b54b52

Browse files
KixironJoshua Nelson
authored andcommitted
Lost dotenv along the way
1 parent faa7e34 commit 4b54b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cratesfyi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use cratesfyi::{DocBuilder, DocBuilderOptions, RustwideBuilder};
88
use structopt::StructOpt;
99

1010
pub fn main() {
11+
let _ = dotenv::dotenv();
1112
logger_init();
1213

1314
CommandLine::from_args().handle_args();

0 commit comments

Comments
 (0)