Current section
Files
Jump to
Current section
Files
src/snowglake.app.src
{application, snowglake, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time]},
{description, "Gleam version of the Twitter's snowflake format for unique IDs."},
{modules, [snowglake,
snowglake@@main]},
{registered, []}
]}.