diff --git a/src/build/wit_generator.rs b/src/build/wit_generator.rs index 0b16141f..2c589b46 100644 --- a/src/build/wit_generator.rs +++ b/src/build/wit_generator.rs @@ -1,6 +1,7 @@ use std::collections::{HashMap, HashSet}; use std::fs; use std::path::{Path, PathBuf}; +use std::process::Command; use color_eyre::{ eyre::{bail, eyre, WrapErr}, @@ -1053,11 +1054,23 @@ fn process_rust_project(project_path: &Path, api_dir: &Path) -> Result