summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..808d7bd
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,4 @@
+{deps, [
+
+]}.
+{erl_opts, [debug_info]}.