tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.26k stars 108 forks source link

Add repository attribute to crates missing it #586

Closed paolobarbolini closed 1 month ago

paolobarbolini commented 3 months ago

Hi! While scraping crates.io I've found some of your crates are missing the repository field, making it harder for users or automated tools to find the source git repository. Git PR fixes it by adding the repository field to those crates.

paolobarbolini commented 1 month ago

Is there something missing for merging this?