Skip to main content

src/tomlet.app.src

{application, tomlet, [
    {vsn, "1.3.0"},
    {applications, [gleam_stdlib,
                    william]},
    {description, "A round-tripping TOML parser and writer for Gleam, preserving comments, key order, and formatting."},
    {modules, [tomlet,
               tomlet@@main,
               tomlet@ast,
               tomlet@key,
               tomlet@lexer,
               tomlet@parser,
               tomlet@path]},
    {registered, []}
]}.