Skip to main content

resolve

Function resolve 

Source
pub fn resolve(cwd: &Path) -> Result<Option<Workspace>>
Expand description

Walk up from cwd to find the nearest Cargo project.

ยงErrors

Returns Error::Io if a manifest cannot be read or Error::TomlParse if it does not parse.