refactor: Remove ConfigItem

This commit is contained in:
quexeky
2026-01-20 19:02:54 +11:00
parent bf35f66961
commit 38e8ac4839
19 changed files with 178 additions and 163 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
use std::{
path::Path,
};
use std::path::Path;
use droplet_rs::manifest::{Manifest, generate_manifest_rusty};
use indicatif::{ProgressBar, ProgressStyle};