Also, add rebar.lock for rebar3 compatibility.
@@ -0,0 +1 @@
+[].
@@ -13,6 +13,10 @@
mnesia
]},
{mod, {syn_app, []}},
- {env, []}
+ {env, []},
+
+ {maintainers, ["Roberto Ostinelli"]},
+ {licenses, ["MIT"]},
+ {links, [{"Github", "https://github.com/ostinelli/syn"}]}
]
}.