@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
17 lines • 417 B
TypeScript
export declare const rustFormulationParser: {
id: string;
patterns: string[];
parse(files: any): {
components: {
type: string;
name: any;
version: string;
"bom-ref": string;
properties: {
name: string;
value: any;
}[];
}[];
};
};
//# sourceMappingURL=rustFormulationParser.d.ts.map