summaryrefslogtreecommitdiff
path: root/deps/twig/src/twig.app.src
blob: 7e1da74773d5678cfe0e3766a5630a45b290e808 (plain)
1
2
3
4
5
6
7
8
{application, twig, [
    {description, "Logger"},
    {vsn, git},
    {registered, []},
    {applications, [kernel, stdlib]},
    {mod, {twig_app, []}},
    {env, []}
]}.