pub fn build(
    cargo: &Path,
    package: &Path,
    target_dir: &Path,
    probes: Vec<String>
) -> Result<(), Error>