This website works better with JavaScript
Home
Explore
Help
Sign In
kennyh
/
emqx4.3
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
build(emqx_plugin_libs): add rebar.config to help mix build
Zaiming (Stone) Shi
4 years ago
parent
1eaac9ea12
commit
b5e7344752
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
apps/emqx_plugin_libs/rebar.config
+ 2
- 0
apps/emqx_plugin_libs/rebar.config
View File
@@ -0,0 +1,2 @@
+{deps, [ {emqx, {path, "../emqx"}}
+ ]}.