use camino::Utf8PathBuf; pub struct DepsConfig { pub explain: bool, pub cache_dir: Utf8PathBuf, pub registry_dirs: Vec, // or sources ? }