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

View File

@@ -0,0 +1,10 @@
{application,lazy_html,
[{modules,['Elixir.Enumerable.LazyHTML',
'Elixir.Inspect.LazyHTML','Elixir.LazyHTML',
'Elixir.LazyHTML.NIF','Elixir.LazyHTML.Tree']},
{compile_env,[{lazy_html,[inspect_extra_newline],error}]},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,fine,elixir_make]},
{description,"Efficient parsing and querying of HTML documents"},
{registered,[]},
{vsn,"0.1.10"}]}.

Binary file not shown.