pub fn config_from_roots<I, P>(roots: I) -> Result<DaemonWorkspaceConfig>where I: IntoIterator<Item = P>, P: AsRef<Path>,