add qr code for invite link

This commit is contained in:
2023-01-26 00:46:21 -05:00
committed by oliviasculley
parent bbaa1dfd6b
commit f155a43ee8
4 changed files with 39 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ defmodule Lokal.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}
]