kellpossible / cargo-i18n

A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library
MIT License
120 stars 24 forks source link

Swap `toml` for `basic-toml` #128

Closed fosskers closed 1 month ago

fosskers commented 1 month ago

This reduces the dependency footprint by removing the 0.8 series of toml from the dependency graph. Note that through find-crate, quite an old crate by this point, 0.5 is also depended upon.

https://github.com/kellpossible/cargo-i18n/pull/127 should be merged before this, as this PR branches from it.