Searched defs:cargo_toml (Results 1 – 2 of 2) sorted by relevance
298 let cargo_toml: PathBuf = [temp_crate_dir, &Path::new("Cargo.toml")].iter().collect(); in write_test_manifest() localVariable312 let cargo_toml = write_test_manifest(temp_crate_dir.path(), "foo", "1.2.0")?; in test_from_and_properties() localVariable328 let cargo_toml = write_test_manifest(temp_crate_dir.path(), "foo", "1.2.0")?; in test_from_error() localVariable
78 let cargo_toml = self.path.join(&"Cargo.toml").abs(); in init() localVariable