pub fn generate_cargo_toml(state: &ArchitectureState) -> StringExpand description
Generate Cargo.toml content for a common crate.
Requires state.project to be Some. The caller should validate this
before calling.
pub fn generate_cargo_toml(state: &ArchitectureState) -> StringGenerate Cargo.toml content for a common crate.
Requires state.project to be Some. The caller should validate this
before calling.