This commit is contained in:
2026-07-14 22:50:46 +04:00
parent 27143319e3
commit bd19e0682b
3116 changed files with 467189 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{application,websock_adapter,
[{modules,['Elixir.WebSockAdapter',
'Elixir.WebSockAdapter.UpgradeError',
'Elixir.WebSockAdapter.UpgradeValidation']},
{optional_applications,[bandit,plug_cowboy]},
{applications,[kernel,stdlib,elixir,websock,plug,bandit,
plug_cowboy]},
{description,"A set of WebSock adapters for common web servers"},
{registered,[]},
{vsn,"0.5.9"}]}.