Packages

RocksDB backend plugin for Mnesia

Current section

Files

Jump to
tivan_rocksdb rebar.config
Raw

rebar.config

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