[][src]Function bootloader_locator::locate_bootloader

pub fn locate_bootloader(dependency_name: &str) -> Result<PathBuf, LocateError>

Locates the dependency with the given name on the file system.

Returns the manifest path of the bootloader, i.e. the path to the Cargo.toml on the file system.