benoitc / erlang-nat

implements NAT handling facilities for Erlang applications
Other
57 stars 10 forks source link

Add missing dependancies to app.src #11

Closed Vagabond closed 6 years ago

Vagabond commented 6 years ago

erlang-nat depends on httpc (from inets), xmerl and rand_compat. These should appear in the .app.src file so that releases will correctly include them.

benoitc commented 6 years ago

thanks. I will make a minor release later today!

benoitc commented 6 years ago

0.3.1 has been tagged. Also available on hex :)