diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-24 12:12:58 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-24 12:14:07 -0700 |
commit | ce06ddd669363651d335f5a4c05e1a347020a3c1 (patch) | |
tree | 74e60d55d9c7eaa42b269a6d59de43c86fdb9b77 /mix.exs | |
parent | a634901317de06ca09f3d78b3d0205c4d19df0cf (diff) | |
download | chessh-ce06ddd669363651d335f5a4c05e1a347020a3c1.tar.gz chessh-ce06ddd669363651d335f5a4c05e1a347020a3c1.zip |
Redis time
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ defmodule Chessh.MixProject do {:postgrex, "~> 0.16.5"}, {:bcrypt_elixir, "~> 3.0"}, {:hammer, "~> 6.1"}, + {:hammer_backend_redis, "~> 6.1"}, {:syn, "~> 3.3"}, {:jason, "~> 1.3"}, {:plug_cowboy, "~> 2.2"}, |