build(emqx_plugin_libs): add rebar.config to help mix build

This commit is contained in:
Zaiming (Stone) Shi 2022-01-04 01:00:09 +01:00
parent 1eaac9ea12
commit b5e7344752
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
{deps, [ {emqx, {path, "../emqx"}}
]}.