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,11 @@
{application,plug_crypto,
[{modules,['Elixir.Plug.Crypto','Elixir.Plug.Crypto.Application',
'Elixir.Plug.Crypto.KeyGenerator',
'Elixir.Plug.Crypto.MessageEncryptor',
'Elixir.Plug.Crypto.MessageVerifier']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,crypto]},
{description,"Crypto-related functionality for the web"},
{registered,[]},
{vsn,"2.1.1"},
{mod,{'Elixir.Plug.Crypto.Application',[]}}]}.