import type { ProjectManifestSpec } from "../types.js"; export interface CargoConfig { name?: string; roots: string[]; members: string[]; notices: string[]; } export declare const CARGO_MANIFEST: ProjectManifestSpec; //# sourceMappingURL=rust-config.d.ts.map