feat: CLI progress bar with indicatif
- Progress bar shows scan progress with file count and ETA - Split scan_images into collect_image_paths + process_image - Added indicatif crate
This commit is contained in:
@@ -14,3 +14,4 @@ base64 = "0.22"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
rusqlite = { version = "0.31", features = ["bundled"] }
|
||||
indicatif = "0.17"
|
||||
|
||||
Reference in New Issue
Block a user