[−][src]Function cargo_edit::find
pub fn find(specified: &Option<PathBuf>) -> Result<PathBuf>
If a manifest is specified, return that one, otherise perform a manifest search starting from
the current directory.
If a manifest is specified, return that one. If a path is specified, perform a manifest search
starting from there. If nothing is specified, start searching from the current directory
(cwd
).