[extra-01] add pg_ranges lib

This allow the system to use postgres range type.
This commit is contained in:
Joao P Dubas
2021-06-28 00:09:39 +00:00
parent c0510b6760
commit 553eca56df
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ defmodule Wabanex.MixProject do
{:plug_cowboy, "~> 2.0"},
{:absinthe, "~> 1.5"},
{:absinthe_plug, "~> 1.5"},
{:crudry, "~> 2.4.0"}
{:crudry, "~> 2.4.0"},
{:pg_ranges, "~> 1.1"}
]
end