Skip to content

Commit

Permalink
XXX-42 Add RocksDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Favatella committed Sep 1, 2017
1 parent 484df06 commit a8247f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.5.1"}}}
{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.5.1"}}},
{rocksdb, "0.11.0"}
]}.

{relx, [{release, { epoch, "0.1.0" },
Expand Down
6 changes: 4 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
{<<"lager">>,
{git,"https://github.com/erlang-lager/lager.git",
{ref,"c3970a99131c7c73de7eba3c2a569806fe47e40a"}},
0}]}.
0},
{<<"rocksdb">>,{pkg,<<"rocksdb">>,<<"0.11.0">>},0}]}.
[
{pkg_hash,[
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>}]}
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"rocksdb">>, <<"821F7CBFD42306C0FA9067EDB48619BD3F07D8720B262C30932B02607A670F90">>}]}
].

0 comments on commit a8247f3

Please sign in to comment.