chore(ds): Add rebar.config file to app/emqx_durable_storage

This commit is contained in:
ieQu1 2023-11-06 19:04:14 +01:00
parent 7cb0322856
commit c030188eb7
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
%% -*- mode:erlang -*-
{deps,
[{emqx_utils, {path, "../emqx_utils"}}]}.