restart without ecto

This commit is contained in:
2026-03-16 12:08:09 -06:00
parent 24d9c0ce0f
commit 866326e71d
864 changed files with 942 additions and 432 deletions

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{application,hpax,
[{modules,['Elixir.HPAX','Elixir.HPAX.Huffman',
'Elixir.HPAX.Table','Elixir.HPAX.Types']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir]},
{description,"Implementation of the HPACK protocol (RFC 7541) for Elixir"},
{registered,[]},
{vsn,"1.0.3"}]}.