mnesia_rocksdb/rebar.config
Ulf Wiger 6f41733461 Add tests for error handling
Document reason for breaking out update functions
2019-09-30 14:02:35 +02:00

16 lines
176 B
Erlang

%% -*- erlang -*-
{deps,
[
{sext, "1.4.1"},
{rocksdb,"0.24.0"}
]}.
{profiles,
[
{test,
[
{deps, [ {proper, "1.2.0"}
, {meck, "0.8.13"}]}
]}
]}.