mirror of
https://github.com/logos-blockchain/lez-indexer-module.git
synced 2026-07-29 22:53:28 +00:00
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"name": "lez_indexer_module",
|
|
"version": "1.0.0",
|
|
"type": "core",
|
|
"interface": "universal",
|
|
"category": "blockchain",
|
|
"description": "Logos Execution Zone Indexer Module for Logos Core",
|
|
"main": "lez_indexer_module_plugin",
|
|
"dependencies": [],
|
|
"nix": {
|
|
"external_libraries": [
|
|
{ "name": "indexer_ffi" }
|
|
],
|
|
"cmake": {
|
|
"extra_include_dirs": ["lib"]
|
|
}
|
|
}
|
|
}
|