diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 26f715e..e27b07c 100644 --- a/rebar.config +++ b/rebar.config @@ -3,6 +3,7 @@ {deps, [{erlware_commons, "0.18.0"}, {providers, "1.6.0"}, {getopt, "0.8.2"}, + {cf, "0.2.1"}, {bbmustache, "1.0.4"} ]}. |