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