pub fn binary_targets<P: AsRef<Path> + Debug>(
    manifest_path: P
) -> Result<HashSet<String>>
Expand description

Extract all the binary target names from a Cargo.toml file