diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..518aa22 --- /dev/null +++ b/rebar.config @@ -0,0 +1,4 @@ +{deps, [ + {ucp, ".*", {git, "https://github.com/glejeune/UnicodeCodePoints", "master"}}, + {jsx, ".*", {git, "https://github.com/talentdeficit/jsx", "master"}} +]}.