Current section
Files
Jump to
Current section
Files
src/speedbump.app.src
{application, speedbump, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time]},
{description, "A simple token bucket rate limiter as a Gleam actor"},
{modules, [ffi,
speedbump,
speedbump@@main]},
{registered, []}
]}.