Struct auto_owners::ProjectMetadata
source · pub(crate) struct ProjectMetadata {
pub name: String,
pub path: Utf8PathBuf,
pub targets: Vec<String>,
}
Fields§
§name: String
name of the project
path: Utf8PathBuf
filesystem path to the project
targets: Vec<String>
list of GN targets for depending on the project