nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
12 stars 0 forks source link

refactor(lib/rockspec): use `Deserialize` instances for parsing #6

Closed mrcjkb closed 5 months ago

mrcjkb commented 5 months ago

This is stacked on #5.

Since mlua uses Deserialize for parsing, we can simplify things by doing the same.