From 93ae544684b29db30c6c65a5ba5e7cb51972123c Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 4 Jan 2023 00:03:38 -0700 Subject: Create a Screen module behaviour, some ascii character arts, handle_input does stuff now --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 6066333..fd5a4b8 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,8 @@ defmodule Chessh.MixProject do {:postgrex, "~> 0.16.5"}, {:bcrypt_elixir, "~> 3.0"}, {:hammer, "~> 6.1"}, - {:syn, "~> 3.3"} + {:syn, "~> 3.3"}, + {:jason, "~> 1.3"} ] end -- cgit v1.3