pub fn compile_tools(
manifest: &PackManifest,
contracts: &ContractFiles,
) -> Result<Vec<CompiledToolConfig>, PackError>Expand description
Compile pack tool registry into runtime tool configs.
contracts maps contract paths to their JSON content.