Merge pull request #6 from arpunk/include-sext

Include sext as dependency
This commit is contained in:
Ulf Wiger 2021-11-17 15:05:59 +01:00 committed by GitHub
commit c1d949b47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@
{registered, []}, {registered, []},
{mod, {mnesia_rocksdb_app, []}}, {mod, {mnesia_rocksdb_app, []}},
{env, []}, {env, []},
{applications, [kernel, stdlib, rocksdb]} {applications, [kernel, stdlib, sext, rocksdb]}
]}. ]}.