mirror of
https://github.com/logos-blockchain/lez-indexer-module.git
synced 2026-07-29 14:45:57 +00:00
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"name": "lez_indexer_module",
|
|
"display_name": "LEZ Indexer",
|
|
"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"]
|
|
}
|
|
}
|
|
}
|