cpjk / canary

:hatching_chick: Elixir authorization and resource-loading library for Plug applications.
MIT License
473 stars 52 forks source link

Change applications to extra_applications #86

Open marcinkoziej opened 11 months ago

marcinkoziej commented 11 months ago

Hi!

In newer Elixir/Mix versions, applications to start like logger here should be listed under extra_applications. If they are listed in applications, the new mechanism that infers applications form deps does not kick in, resulting in not starting ecto and canada apps.

So either this change should be done, or adding ecto and canada under :applications key