Current section
Files
Jump to
Current section
Files
hash_ring_ex
rebar.config
rebar.config
{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, [
{hash_ring, ".*", {git, "https://github.com/chrismoos/hash-ring.git"}}
]}.
{post_hooks, [
{compile, "mkdir -p priv"},
{compile, "cp ./deps/hash_ring/priv/*.so priv/"}
]}.