Searched defs:VendorOptions (Results 1 – 2 of 2) sorted by relevance
24 pub struct VendorOptions { struct27 pub cargo: PathBuf,31 pub rustc: PathBuf,35 pub buildifier: Option<PathBuf>,39 pub config: PathBuf,43 pub splicing_manifest: PathBuf,47 pub cargo_lockfile: Option<PathBuf>,52 pub cargo_config: Option<PathBuf>,58 pub repin: Option<CargoUpdateRequest>,62 pub metadata: Option<PathBuf>,[all …]
291 } *VendorOptions; member