Workdir config
All checks were successful
CI / Typos (push) Successful in 23s
CI / Build and test (push) Successful in 1m53s
CI / Clippy (push) Successful in 4m4s
Docker / build-and-push (push) Successful in 4m28s
CI / Build and test (all features) (push) Successful in 7m2s

This commit is contained in:
2026-03-26 19:31:40 -07:00
parent 80f4ebdbe6
commit 47a0adbaff
10 changed files with 45 additions and 20 deletions

View File

@@ -33,9 +33,6 @@ pub struct DatasetConfig {
/// Must be unique
pub name: Label,
/// Root dir for indices
pub working_dir: Option<PathBuf>,
/// Where to find this field
pub source: HashMap<Label, Source>,
}