Skip to content

Commit 923199e

Browse files
committed
feat: init env_logger
1 parent fde7d12 commit 923199e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub struct Repo {
2828
}
2929

3030
fn main() {
31+
env_logger::init();
3132
let path = PathBuf::from(".");
3233

3334
match get_output(path) {

0 commit comments

Comments
 (0)