{application, question, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib]},
    {description, "Prompt user with question and return answer in callback"},
    {modules, [question]},
    {registered, []}
]}.
