Browse Source

Need uuid to test uuids.

David N. Welton 11 years ago
parent
commit
198a4bdf29
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rebar.config

+ 4 - 0
rebar.config

@@ -1,4 +1,8 @@
 {eunit_opts, [verbose]}.
 
+{deps, [
+        {uuid,		".*",	{git, "git://gitorious.org/avtobiff/erlang-uuid.git", "master"}}
+       ]}.
+
 {cover_enabled, true}.
 {cover_print_enabled, true}.