diff options
| author | Simponic <loganhunt@simponic.xyz> | 2023-01-04 00:03:38 -0700 |
|---|---|---|
| committer | Simponic <loganhunt@simponic.xyz> | 2023-01-04 00:03:38 -0700 |
| commit | 93ae544684b29db30c6c65a5ba5e7cb51972123c (patch) | |
| tree | 70ea4e1c8fe43a60434d38ec44cb58a9499f3bbc /mix.exs | |
| parent | 720a110c957a9ac1399ca3d2324b5b2cf8bbf3c6 (diff) | |
| download | chessh-93ae544684b29db30c6c65a5ba5e7cb51972123c.tar.gz chessh-93ae544684b29db30c6c65a5ba5e7cb51972123c.zip | |
Create a Screen module behaviour, some ascii character arts, handle_input does stuff now
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
