aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPeter <peterhsaxton@gmail.com>2020-07-30 09:21:34 +0100
committerPeter <peterhsaxton@gmail.com>2020-07-30 09:21:34 +0100
commitec9652394fc2c394b1dac2dd0d82a1b1457cea7c (patch)
treefba2f64a67a9ce770787dea648b61dde44c03cf8 /rebar.config
parentff8b71ddca3b4fb98b2c4f0524d34baad1df02ef (diff)
downloadgleam_json-ec9652394fc2c394b1dac2dd0d82a1b1457cea7c.tar.gz
gleam_json-ec9652394fc2c394b1dac2dd0d82a1b1457cea7c.zip
tested decode function
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 09d63c0..49fb1b7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,5 +8,6 @@
{project_plugins, [rebar_gleam]}.
{deps, [
- {gleam_stdlib, "0.10.1"}
+ {gleam_stdlib, "0.10.1"},
+ {jsone, "1.5.2"}
]}.