Skip to main content

src/twister.app.src

{application, twister, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib]},
    {description, "Minimal library for creating and running permutations on Lists while ensuring runtime safety."},
    {modules, [twister,
               twister@@main,
               twister@property,
               twister@util]},
    {registered, []}
]}.