PasaOpasen / toml-union

Script to union several *.toml files (usually Poetry pyproject.toml) to simplify manual dependences resolving
MIT License
10 stars 1 forks source link

toml_union.py: Accept int values #3

Closed clupuishere closed 8 months ago

clupuishere commented 8 months ago

TOML format also accepts int values. This is needed when merging Cargo.lock files for Rust projects.

PasaOpasen commented 8 months ago

@clupuishere can u give some example of such files to test?

clupuishere commented 8 months ago

Hi @PasaOpasen and thanks for maintaining this project!

I'm currently using toml-union to merge Rust Cargo.lock files. Such files have the version configured as int. For more examples please check the Cargo.lock file of any Rust package from here.