pub fn locate_bootloader(dependency_name: &str) -> Result<PathBuf, LocateError>Expand description
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.