pub const fn workspace_tool(
bin_name: &'static str,
display_name: &'static str,
version: &'static str,
license: LicenseType,
supports_json: bool,
supports_doctor: bool,
) -> ToolSpecExpand description
Create a ToolSpec for a binary shipped from the shared tools workspace.