src/telega_storage_redis.app.src
{application, telega_storage_redis, [
{vsn, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib,
telega,
valkyrie]},
{description, "Redis/Valkey storage adapter for the Telega Telegram Bot Library"},
{modules, [telega_storage_redis,
telega_storage_redis@@main]},
{registered, []}
]}.