pub(crate) fn get_targets( strategy: &CargoFmtStrategy, manifest_path: Option<&Path>, ) -> Result<BTreeSet<Target>, Error>
Based on the specified CargoFmtStrategy, returns a set of main source files.
CargoFmtStrategy