diff options
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c2bcef7..26f715e 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {escript_incl_extra, [{"priv/templates/*", "."}]}. {escript_emu_args, "%%! +sbtu +A0 -noinput\n"}. {escript_incl_apps, - [getopt, erlware_commons, bbmustache, providers]}. + [getopt, erlware_commons, cf, bbmustache, providers]}. %% Compiler Options ============================================================ {erl_opts, @@ -1,4 +1,5 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, + {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},1}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0}]. |