tato/sometoml
a little bit of toml for you
git submodule add https://github.com/tato/sometoml
exe.addPackagePath("toml", "sometoml/toml.zig");
const toml = @import("toml");
const doc = toml.parse(allocator, reader);