Implement UDP data parsing.
[erlang-x-plane-data.git] / rebar.config
diff --git a/rebar.config b/rebar.config
new file mode 100644 (file)
index 0000000..59dea81
--- /dev/null
@@ -0,0 +1,9 @@
+%%% vim: set filetype=erlang:
+{ deps
+, [ {hope , ".*" , {git , "https://github.com/ibnfirnas/hope.git" , {tag , "3.7.0"}}}
+  ]
+}.
+
+{cover_enabled, true}.
+
+{clean_files, ["test/*.beam"]}.
This page took 0.019548 seconds and 4 git commands to generate.