fn alt_paths(dep: &Dependency, gctx: &GlobalContext) -> Option<Vec<Package>>Expand description
For path dependencies, scan the dependency directory for any packages that exist in subdirectories. This helps when the user points to a directory without a Cargo.toml or with the wrong package name.