pub async fn run_solc( solc_binary: &Path, input: &Value, project_root: &Path, ) -> Result<Value, RunnerError>
Run solc --standard-json and return the parsed output.
solc --standard-json