readd path import for windows

This commit is contained in:
2025-02-23 08:33:11 +01:00
parent 438e68170d
commit be4641bdad

View File

@@ -1,4 +1,6 @@
use std::fs;
#[cfg(windows)]
use std::path::Path;
use indicatif::{ProgressBar, ProgressStyle};