E.g. for cargo.toml for Rust how would we handle that?
The current coreProgrammingLanguagesMap syntax of e.g.
export function coreProgrammingLanguagesMap() {
return {
'@angular/core': 'angular',
'react': 'react',
'vue': 'vue',
'svelte': 'svelte',
'aws-sdk': 'aws',
'typescript': 'typescript'
}
}
Would not work for this
E.g. for
cargo.tomlfor Rust how would we handle that?The current
coreProgrammingLanguagesMapsyntax of e.g.Would not work for this