This commit is contained in:
tahahawa 2025-06-17 12:39:57 -04:00
parent 9282a43f6f
commit a3e53df000

View File

@ -177,6 +177,7 @@ async fn compile_harmony(
};
}
// TODO: make sure this works with cargo workspaces
async fn compile_cargo(platform: String, harmony_location: String) -> PathBuf {
let metadata = MetadataCommand::new()
.manifest_path(format!("{}/Cargo.toml", harmony_location))