Function convert_extras

Source
fn convert_extras(
    poetry: &Table,
    optional: &BTreeMap<String, ConvertedDependency>,
    project: &mut Table,
    diagnostics: &mut Vec<String>,
)