MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda-cdk / CargoProject

Interface CargoProject

src/cargo.ts:14–21  ·  view source on GitHub ↗

* Base properties for a Cargo project. * * RustFunctionProps and RustExtensionProps cannot inherit from this interface * because jsii only supports direct inheritance from a single interface.

Source from the content-addressed store, hash-verified

12 * because jsii only supports direct inheritance from a single interface.
13 */
14interface CargoProject {
15 readonly bundling?: BundlingOptions;
16 readonly binaryName?: string;
17 readonly manifestPath?: string;
18 readonly gitRemote?: string;
19 readonly gitReference?: string;
20 readonly gitForceClone?: boolean;
21}
22
23export interface Workspace {
24 members: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected