diff options
author | Peter <peterhsaxton@gmail.com> | 2020-07-30 09:21:34 +0100 |
---|---|---|
committer | Peter <peterhsaxton@gmail.com> | 2020-07-30 09:21:34 +0100 |
commit | ec9652394fc2c394b1dac2dd0d82a1b1457cea7c (patch) | |
tree | fba2f64a67a9ce770787dea648b61dde44c03cf8 /rebar.config | |
parent | ff8b71ddca3b4fb98b2c4f0524d34baad1df02ef (diff) | |
download | gleam_json-ec9652394fc2c394b1dac2dd0d82a1b1457cea7c.tar.gz gleam_json-ec9652394fc2c394b1dac2dd0d82a1b1457cea7c.zip |
tested decode function
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
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"} ]}. |