MCPcopy
hub / github.com/Swatinem/rust-cache / PackageDefinition

Interface PackageDefinition

src/workspace.ts:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface PackageDefinition {
43 name: string;
44 version: string;
45 path: string;
46 targets: Array<string>;
47}
48
49export type Packages = Array<PackageDefinition>;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected