syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.57k stars 4.9k forks source link

Add TOML layer #16335

Closed sdwolfz closed 3 months ago

sdwolfz commented 3 months ago

TOML is used in non rust project as well so it should be it's own layer, this way we save installing a few unneeded packages for people that don't use rust (if you can even imagine such people exist :smile: ) and the package is now deferred. The rust layer has a dependency on the toml layer now so rust users don't need to add it explicitly to the layer list.