{application, chatbot, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "a chatbot lib"},
    {modules, [chatbot]},
    {registered, []}
]}.
