fn parse_proto_dependencies( full_path: &Path, ) -> Result<BTreeSet<Utf8PathBuf>, Error>
Opens and parses the provided Path to a protobuf file, returning all imports from the file.
Path