From a3e53df000a254ef3284d80e125f406f92551c24 Mon Sep 17 00:00:00 2001 From: tahahawa Date: Tue, 17 Jun 2025 12:39:57 -0400 Subject: [PATCH] Add TODO --- harmony_composer/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/harmony_composer/src/main.rs b/harmony_composer/src/main.rs index ef2e9c6..0bdb7be 100644 --- a/harmony_composer/src/main.rs +++ b/harmony_composer/src/main.rs @@ -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))