Add TODO
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user