Current section

Files

Jump to
chatbot src chatbot.app.src
Raw

src/chatbot.app.src

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