Current section
Files
Jump to
Current section
Files
src/cowboy_routes_tree.app.src
{application, cowboy_routes_tree,
[{description, "Organize cowboy routes in trees"},
{vsn, "0.2.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, []}
]}.