add qr code for invite link
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-26 00:46:25 -05:00
parent 0ad1ee47de
commit 0b27c8f80b
5 changed files with 40 additions and 0 deletions

View File

@ -70,6 +70,7 @@ defmodule Cannery.MixProject do
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:ecto_psql_extras, "~> 0.6"},
{:eqrcode, "~> 0.1.10"},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false}
]