diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 4ea304a..6f49231 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -2,5 +2,5 @@ {description, "JSON Decoder/Encoder."}, {vsn, git}, {registered, []}, - {applications, [kernel]} + {applications, [kernel, stdlib]} ]}.