Add TODO
This commit is contained in:
parent
9282a43f6f
commit
a3e53df000
@ -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 {
|
async fn compile_cargo(platform: String, harmony_location: String) -> PathBuf {
|
||||||
let metadata = MetadataCommand::new()
|
let metadata = MetadataCommand::new()
|
||||||
.manifest_path(format!("{}/Cargo.toml", harmony_location))
|
.manifest_path(format!("{}/Cargo.toml", harmony_location))
|
||||||
|
Loading…
Reference in New Issue
Block a user